[Pkg-mozext-commits] [firexpath] 36/51: Issue29: Improved version of the previous revision (r42)

David Prévot taffit at moszumanska.debian.org
Sun Mar 22 15:08:53 UTC 2015


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

taffit pushed a commit to branch master
in repository firexpath.

commit 208d2a38f3c6f595e20c305cb645d7bcba7ee3d4
Author: pierre.tholence at gmail.com <pierre.tholence at gmail.com@dfa30af4-1965-11df-8728-136f2c2ca76e>
Date:   Sat Aug 6 18:43:41 2011 +0000

    Issue29: Improved version of the previous revision (r42)
    
    git-svn-id: http://firepath.googlecode.com/svn/trunk@43 dfa30af4-1965-11df-8728-136f2c2ca76e
---
 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