[Pkg-mozext-commits] [requestpolicy] 21/100: yourpolicy.html: apply rule filter on tab-restore

David Prévot taffit at moszumanska.debian.org
Fri Dec 12 22:56:49 UTC 2014


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

taffit pushed a commit to branch master
in repository requestpolicy.

commit aa68efa114e1ee66308ee3629265f075406cbd4e
Author: myrdd <myrdd at users.noreply.github.com>
Date:   Sat Sep 13 21:19:59 2014 +0200

    yourpolicy.html: apply rule filter on tab-restore
---
 src/content/settings/yourpolicy.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/content/settings/yourpolicy.js b/src/content/settings/yourpolicy.js
index 4d3ecaa..580eb6e 100644
--- a/src/content/settings/yourpolicy.js
+++ b/src/content/settings/yourpolicy.js
@@ -216,7 +216,7 @@ function onload() {
       populateRuleTable(event.target.value)
     }, SEARCH_DELAY);
   }, false);
-  populateRuleTable();
+  populateRuleTable(search.value);
   if (rpService.oldRulesExist()) {
     $('#oldrulesexist').show();
   }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/requestpolicy.git



More information about the Pkg-mozext-commits mailing list