[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 02/08: Issue 3597 - Fixed: Switching between basic and advanced view is broken in Firefox 45 Beta

David Prévot taffit at moszumanska.debian.org
Fri Feb 19 01:27:18 UTC 2016


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

taffit pushed a commit to branch master
in repository adblock-plus-element-hiding-helper.

commit 35d442eab54d03a82667c119f18a1252d5d8c991
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Thu Feb 11 17:00:45 2016 +0100

    Issue 3597 - Fixed: Switching between basic and advanced view is broken in Firefox 45 Beta
---
 chrome/content/composer.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/composer.js b/chrome/content/composer.js
index 73a937f..37891da 100644
--- a/chrome/content/composer.js
+++ b/chrome/content/composer.js
@@ -10,7 +10,7 @@ let domainData;
 let nodeData;
 let nodeID;
 let selectedNode = null;
-let advancedMode = false;
+var advancedMode = false;
 let treeView = null;
 let stylesheetData;
 let previewStyle = null;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus-element-hiding-helper.git



More information about the Pkg-mozext-commits mailing list