[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 239/483: Topic 5456 - Don't include tag name by default if class or id are selected

David Prévot taffit at moszumanska.debian.org
Thu Jan 22 21:41:45 UTC 2015


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 d5a7247e2851c5db2f6cfd5817fa6edfa7f85eb2
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Fri Oct 22 17:50:25 2010 +0200

    Topic 5456 - Don't include tag name by default if class or id are selected
---
 chrome/content/composer.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/chrome/content/composer.js b/chrome/content/composer.js
index a0a2db0..dc25652 100644
--- a/chrome/content/composer.js
+++ b/chrome/content/composer.js
@@ -173,6 +173,7 @@ function init() {
     if (nodeData.attributes[0].name == "id" || nodeData.attributes[0].name == "class") {
       nodeData.attributes[0].selected = nodeData.attributes[0].value;
       nodeData.attributes[0].checked = true;
+      nodeData.tagName.checked = false;
     }
     else {
       var maxLen = 0;

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