[Pkg-mozext-commits] [requestpolicy] 02/07: [fix] import old rules: link didn't work

David Prévot taffit at moszumanska.debian.org
Tue Aug 16 04:38:58 UTC 2016


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

taffit pushed a commit to branch master
in repository requestpolicy.

commit 5bda092dbd2281db8bdaa5acf8674bf538dcdd0a
Author: Martin Kimmerle <dev at 256k.de>
Date:   Fri Jul 29 16:26:43 2016 +0200

    [fix] import old rules: link didn't work
    
    fixes #774
---
 ChangeLog.md                       | 4 ++++
 src/content/settings/oldrules.html | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/ChangeLog.md b/ChangeLog.md
index 3eaeead..cf2199f 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -3,6 +3,10 @@
 Note: ChangeLogs for the source code and unit tests, both not relevant for
       users, you can find in the dedicated subdirectories.
 
+#### Version 1.0.beta12.3
+* bugfixes
+  * The "show re-import options" button did not work on Fx48+ (#774)
+
 #### Version 1.0.beta12.2
 * bugfixes
   * some destination URIs are now recognized to be "internal" and thus
diff --git a/src/content/settings/oldrules.html b/src/content/settings/oldrules.html
index 227a13b..61e99e7 100644
--- a/src/content/settings/oldrules.html
+++ b/src/content/settings/oldrules.html
@@ -77,8 +77,8 @@
             </p>
 
             <p id="showReimportOptions">
-              <a href="javascript:showReimportOptions()"
-                 data-string="showOldRuleReimportOptions"></a>
+              <button type="submit" onclick="showReimportOptions()"
+                 data-string="showOldRuleReimportOptions"></button>
             </p>
 
             <div id="deletedone" data-string="yourOldRulesHaveBeenDeleted">

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