[Pkg-mozext-commits] [firexpath] 04/06: Issue29: Small change to keep the compatibility with Firebug 1.7

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 3e3c173e976397556e9eea0e336a9795e5c2843a
Author: pierre.tholence <pierre.tholence at gmail.com>
Date:   Sat Aug 6 18:25:07 2011 +0000

    Issue29: Small change to keep the compatibility with Firebug 1.7
---
 content/FirePathPanel.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/FirePathPanel.js b/content/FirePathPanel.js
index f8cb5ce..11e3ac0 100644
--- a/content/FirePathPanel.js
+++ b/content/FirePathPanel.js
@@ -188,7 +188,7 @@ Firebug.FirePathPanel.prototype = extend(Firebug.Panel,
 			this.firePathStatusBar.show(this.context, show);
 		} catch (e) {}
 		
-		var $ = Firebug.chrome.getElementById;
+		var $ = Firebug.chrome.getElementById || Firebug.chrome.$;
 		
 		// when there is a visibility: hidden style the collapsed attribute doesn't work correctly
 		$("fbPanelStatus").removeAttribute("style");

-- 
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