Avoid loading container urls. Bug #6776. Fix from rjc. Approved by chofmann.

This commit is contained in:
slamm%netscape.com 1999-05-21 00:42:23 +00:00
Родитель 311ee8513f
Коммит aabd230a74
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -46,8 +46,7 @@ function BookmarkProperties()
function OpenURL(event,node)
{
if (node.getAttribute('type') !=
"http://home.netscape.com/NC-rdf#Bookmark") {
if (node.getAttribute('container') == "true") {
return false;
}
url = node.getAttribute('id');