[Pkg-mozext-commits] [tabmixplus] 88/123: [Australis] Add our 'fullscr-bottom-toggler' directly to 'browser-bottombox'. 'addon-bar' move out of the bottombox since Firefox 28

David Prévot taffit at moszumanska.debian.org
Wed Sep 17 21:16:30 UTC 2014


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

taffit pushed a commit to branch master
in repository tabmixplus.

commit efdb495abb69f061e2733dc38c5b89e03116152e
Author: onemen <tabmix.onemen at gmail.com>
Date:   Sun Sep 7 08:47:19 2014 +0300

    [Australis] Add our 'fullscr-bottom-toggler' directly to 'browser-bottombox'. 'addon-bar' move out of the bottombox since Firefox 28
---
 chrome/content/tabmix.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/chrome/content/tabmix.js b/chrome/content/tabmix.js
index 79dc5ab..2118f05 100644
--- a/chrome/content/tabmix.js
+++ b/chrome/content/tabmix.js
@@ -661,8 +661,8 @@ var TMP_eventListener = {
         fullScrToggler = document.createElement("hbox");
         fullScrToggler.id = "fullscr-bottom-toggler";
         fullScrToggler.collapsed = true;
-        let addonBar = document.getElementById("addon-bar");
-        addonBar.parentNode.insertBefore(fullScrToggler, addonBar);
+        let bottombox = document.getElementById("browser-bottombox");
+        bottombox.appendChild(fullScrToggler);
 
         Tabmix.changeCode(FullScreen, "FullScreen.sample")._replace(
           'gNavToolbox.style.marginTop = "";',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git



More information about the Pkg-mozext-commits mailing list