Fix for piroor/treestyletab#982 and piroor/multipletab#101 where New Folder and Bookmark Properties dialogs appearing empty only both Tree Style Tabs and Multiple Tab Handler (and other extensions withbookmarkMultipleTabs_bookmarkPropertiesOverlay.xul) are enabled at the same time.
This commit is contained in:
parent
000ce6bfb8
commit
eec2a051de
@ -25,7 +25,7 @@
|
|||||||
(function() {
|
(function() {
|
||||||
if (!('BookmarkPropertiesPanel' in window) ||
|
if (!('BookmarkPropertiesPanel' in window) ||
|
||||||
!BookmarkPropertiesPanel._determineItemInfo ||
|
!BookmarkPropertiesPanel._determineItemInfo ||
|
||||||
BookmarkPropertiesPanel._determineItemInfo.toSource().indexOf('__folderNameOverride') > -1)
|
BookmarkPropertiesPanel.__treestyletab__determineItemInfo)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// Defined at http://mxr.mozilla.org/mozilla-central/source/browser/components/places/content/bookmarkProperties.js#73
|
// Defined at http://mxr.mozilla.org/mozilla-central/source/browser/components/places/content/bookmarkProperties.js#73
|
||||||
|
Loading…
x
Reference in New Issue
Block a user