summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/prefs.js b/prefs.js
index 64fe0a3d5..9fce9059b 100644
--- a/prefs.js
+++ b/prefs.js
@@ -1456,8 +1456,7 @@ function pref_hotkey_handler(e) {
}
if ($("piggie")) {
-
- if (seq.match("807371717369")) {
+ if (seq.match("8073717369")) {
seq = "";
piggie(true);
} else {
@@ -1480,6 +1479,8 @@ function editFeedCats() {
try {
var query = "?op=pref-feeds&subop=editCats";
+ notify_progress("Loading, please wait...");
+
new Ajax.Request("backend.php", {
parameters: query,
onComplete: function(transport) {