106826 - can't drag into folders on the personal toolbar, r=hyatt, sr=blake

This commit is contained in:
hewitt%netscape.com 2006-09-14 06:00:07 +00:00
Родитель a4b52db134
Коммит ba8d87f9c2
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -612,7 +612,7 @@ function determineDropPosition(aEvent, aAllowDropOn)
// you can drop ONTO containers, so there is a "middle" region // you can drop ONTO containers, so there is a "middle" region
if (aAllowDropOn && aEvent.target.getAttribute("container") == "true" && if (aAllowDropOn && aEvent.target.getAttribute("container") == "true" &&
aEvent.target.getAttribute("type") == "http://home.netscape.com/NC-rdf#Folder") aEvent.target.getAttribute("type") == "menu")
return DROP_ON; return DROP_ON;
var measure; var measure;