Bug 173674 Remove "rel=home" mapping to "Top" button in Links Toolbar

patch by stevechapel@earthlink.net r=stevechapel@earthlink.net sr=alecf
This commit is contained in:
timeless%mozdev.org 2003-04-08 00:01:30 +00:00
Родитель afe68e3619
Коммит 779b1dbcfa
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -75,7 +75,6 @@ LinkToolbarHandler.getLinkType =
function(relAttribute)
{
switch (relAttribute.toLowerCase()) {
case "home":
case "start":
case "top":
case "origin":