1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-21 00:21:28 +00:00

assorted DnD and pref layout fixes

This commit is contained in:
Andrew Dolgov
2010-11-18 10:15:14 +03:00
parent 2148e0d5cc
commit 49c6c279ab
5 changed files with 47 additions and 17 deletions

View File

@@ -323,8 +323,6 @@ function editUser(id, event) {
try {
if (!event || !event.ctrlKey) {
disableHotkeys();
notify_progress("Loading, please wait...");
selectTableRows('prefUserList', 'none');
@@ -358,8 +356,6 @@ function editFilter(id, event) {
if (!event || !event.ctrlKey) {
disableHotkeys();
notify_progress("Loading, please wait...");
selectTableRows('prefFilterList', 'none');
@@ -391,8 +387,6 @@ function editFeed(feed, event) {
if (event && !event.ctrlKey) {
disableHotkeys();
notify_progress("Loading, please wait...");
// selectTableRows('prefFeedList', 'none');
@@ -963,8 +957,6 @@ function editSelectedFeeds() {
notify("");
disableHotkeys();
notify_progress("Loading, please wait...");
var query = "?op=pref-feeds&subop=editfeeds&ids=" +
@@ -1271,6 +1263,7 @@ function pref_hotkey_handler(e) {
}
if (keycode == 16) return; // ignore lone shift
if (keycode == 17) return; // ignore lone ctrl
if ((keycode == 67 || keycode == 71) && !hotkey_prefix) {
hotkey_prefix = keycode;