[Pkg-mozext-commits] [greasemonkey] 19/62: Update addons4-overlay.js (fix typo)

David Prévot taffit at moszumanska.debian.org
Sun Sep 13 22:10:21 UTC 2015


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

taffit pushed a commit to branch master
in repository greasemonkey.

commit 092c1ab85a86babf9a12890260356f027b108888
Author: janekptacijarabaci <janekptacijarabaci at users.noreply.github.com>
Date:   Fri Mar 27 15:18:47 2015 +0100

    Update addons4-overlay.js (fix typo)
---
 content/addons4-overlay.js | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/content/addons4-overlay.js b/content/addons4-overlay.js
index 0917387..43f8f1f 100644
--- a/content/addons4-overlay.js
+++ b/content/addons4-overlay.js
@@ -229,7 +229,7 @@ function setSortBy(button) {
                   != button.getAttribute('checkState');
 
   GM_prefRoot.setValue('sortBy',
-      (!ascending ? sortByCheckStateReverse : '') + button.getAttribute('sortBy'));
+   (!ascending ? sortByCheckStateReverse : '') + button.getAttribute('sortBy'));
 
 }
 
@@ -271,7 +271,8 @@ function applySort() {
     if (button.hasAttribute('checkState')) break;
   }
 
-  var ascending = sortByCheckStateValueDescending != button.getAttribute('checkState');
+  var ascending = sortByCheckStateValueDescending
+                  != button.getAttribute('checkState');
   var sortBy = button.getAttribute('sortBy').split(',');
 
   setSortBy(button);

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



More information about the Pkg-mozext-commits mailing list