зеркало из https://github.com/mozilla/pjs.git
bug 110081, r=adamlock, sr=ben, check for null url to avoid needless load
This commit is contained in:
Родитель
d24d36c8c3
Коммит
4ba02caf02
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче