bug 110081, r=adamlock, sr=ben, check for null url to avoid needless load

This commit is contained in:
pchen%netscape.com 2006-09-14 06:01:10 +00:00
Родитель d24d36c8c3
Коммит 4ba02caf02
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -608,6 +608,8 @@ function OpenBookmarkURL(node, datasources)
return;
var url = node.getAttribute("id");
if (!url) // if empty url (most likely a normal menu item like "Manage Bookmarks",
return; // don't bother loading it
try {
// add support for IE favorites under Win32, and NetPositive URLs under BeOS
if (datasources) {