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

This commit is contained in:
hewitt%netscape.com 2001-10-26 21:54:36 +00:00
Родитель 2e8e06e907
Коммит 791ede77af
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -612,7 +612,7 @@ function determineDropPosition(aEvent, aAllowDropOn)
// you can drop ONTO containers, so there is a "middle" region
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;
var measure;