[Pkg-mozext-commits] [tabmixplus] 21/107: Hide Mute Tab/Unmute Tab for all Firefox version before Firefox 43
    David Prévot 
    taffit at moszumanska.debian.org
       
    Tue Dec 29 19:02:45 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository tabmixplus.
commit d7efcb381cf855c6156a5e28808b78d2f19d72c3
Author: onemen <tabmix.onemen at gmail.com>
Date:   Wed Oct 21 16:19:54 2015 +0300
    Hide Mute Tab/Unmute Tab for all Firefox version before Firefox 43
---
 chrome/content/preferences/menu.js | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/chrome/content/preferences/menu.js b/chrome/content/preferences/menu.js
index 87d2448..a04e4a7 100644
--- a/chrome/content/preferences/menu.js
+++ b/chrome/content/preferences/menu.js
@@ -10,6 +10,8 @@ var gMenuPane = { // jshint ignore:line
     if (Tabmix.isVersion(430)) {
       $("muteTab").label = browserWindow.gNavigatorBundle.getString("muteTab.label") + "/" +
         browserWindow.gNavigatorBundle.getString("unmuteTab.label");
+    } else {
+      $("muteTab").hidden = true;
     }
 
     // if Tabview exist copy its menu label
-- 
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