revert part of previous change to 329586 to reduce Ts on windows
git-svn-id: svn://10.0.0.236/trunk@192046 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
119bbaf729
commit
fe2648bf3e
@ -865,6 +865,10 @@ function delayedStartup()
|
||||
document.getElementById("PersonalToolbar")
|
||||
.controllers.appendController(BookmarksMenuController);
|
||||
#else
|
||||
var bookmarksBar = document.getElementById("bookmarksBarContent");
|
||||
bookmarksBar.init();
|
||||
var bookmarksMenuPopup = document.getElementById("bookmarksMenuPopup");
|
||||
bookmarksMenuPopup.init();
|
||||
window.controllers.appendController(PlacesController);
|
||||
#endif
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
extends="chrome://global/content/bindings/popup.xml#popup">
|
||||
<implementation>
|
||||
<constructor><![CDATA[
|
||||
this.init();
|
||||
// this.init(); -- causes Ts regression on windows
|
||||
]]></constructor>
|
||||
|
||||
<destructor><![CDATA[
|
||||
|
||||
@ -48,7 +48,7 @@
|
||||
|
||||
<implementation>
|
||||
<constructor><![CDATA[
|
||||
this.init();
|
||||
// this.init(); -- causes Ts regression on windows
|
||||
]]></constructor>
|
||||
|
||||
<destructor><![CDATA[
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user