summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/prefs.js b/prefs.js
index c5b49f5ca..e6af56600 100644
--- a/prefs.js
+++ b/prefs.js
@@ -157,7 +157,6 @@ function infobox_feed_cat_callback2(transport) {
try {
infobox_callback2(transport);
init_cat_inline_editor();
- $('fadd_cat').focus();
} catch (e) {
exception_error("infobox_feed_cat_callback2", e);
}
@@ -327,7 +326,6 @@ function addUser() {
function editUser(id, event) {
try {
-
if (!event || !event.ctrlKey) {
disableHotkeys();
@@ -946,7 +944,7 @@ function editSelectedFeed() {
notify("");
- editFeed(rows[0]);
+ editFeed(rows[0], {});
}