[Pkg-mozext-commits] [all-in-one-sidebar] 33/49: Major: Fix #10: remember clicked bookmark and scroll position

David Prévot taffit at moszumanska.debian.org
Fri Sep 19 16:46:40 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository all-in-one-sidebar.

commit eb0d53665b708bfd1775ecc18f3b1da5881c3519
Author: Ingo Wennemaring <github at addonlab.com>
Date:   Tue Sep 9 16:37:47 2014 +0200

    Major: Fix #10: remember clicked bookmark and scroll position
---
 content/aios_fx.js | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/content/aios_fx.js b/content/aios_fx.js
index dc19ec4..b3977b2 100644
--- a/content/aios_fx.js
+++ b/content/aios_fx.js
@@ -229,8 +229,11 @@ if(aios_collapseSidebar) toggleSidebar = function(commandID, forceOpen) {
       // create a new content viewer because the old one doesn't get destroyed
       // until about:blank has loaded (which does not happen as long as the
       // element is hidden).
-      sidebar.setAttribute("src", "about:blank");
-      sidebar.docShell.createAboutBlankContentViewer(null);
+
+      // commented by exxile
+      // sidebar.setAttribute("src", "about:blank");
+      // sidebar.docShell.createAboutBlankContentViewer(null);
+      // end commented by exxile
 
       sidebarBroadcaster.removeAttribute("checked");
       sidebarBox.setAttribute("sidebarcommand", "");

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/all-in-one-sidebar.git



More information about the Pkg-mozext-commits mailing list