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 2006-09-14 06:02:01 +00:00
Родитель 6de652db5e
Коммит da533fc968
1 изменённых файлов: 0 добавлений и 1 удалений

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

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