[Pkg-mozext-commits] [firexpath] 05/06: Issue29: Improved version of the previous revision (r42)
David Prévot
taffit at moszumanska.debian.org
Sat Mar 26 19:35:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag FirePath-0.9.7
in repository firexpath.
commit 8f6a387201cb17952de425cc3bcd7b944e45bee5
Author: pierre.tholence <pierre.tholence at gmail.com>
Date: Sat Aug 6 18:43:41 2011 +0000
Issue29: Improved version of the previous revision (r42)
---
content/FirePathPanel.js | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/content/FirePathPanel.js b/content/FirePathPanel.js
index 11e3ac0..7fea10c 100644
--- a/content/FirePathPanel.js
+++ b/content/FirePathPanel.js
@@ -188,12 +188,10 @@ Firebug.FirePathPanel.prototype = extend(Firebug.Panel,
this.firePathStatusBar.show(this.context, show);
} catch (e) {}
- var $ = Firebug.chrome.getElementById || Firebug.chrome.$;
-
// when there is a visibility: hidden style the collapsed attribute doesn't work correctly
- $("fbPanelStatus").removeAttribute("style");
- collapse($("fbSearchBox"), show);
- collapse($("fbPanelStatus"), show);
+ Firebug.chrome.$("fbPanelStatus").removeAttribute("style");
+ collapse(Firebug.chrome.$("fbSearchBox"), show);
+ collapse(Firebug.chrome.$("fbPanelStatus"), show);
},
detach: function(oldChrome, newChrome) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firexpath.git
More information about the Pkg-mozext-commits
mailing list