]> git.wh0rd.org - tt-rss.git/commitdiff
disable hotkeys when edit current feed dialog is shown
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 5 Dec 2006 09:17:12 +0000 (10:17 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 5 Dec 2006 09:17:12 +0000 (10:17 +0100)
tt-rss.js

index 8630205055cf8347df4f382f5082be11ea052e59..b53f9db7c7b292043a3a5d5545b08c50003c1e24 100644 (file)
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -604,6 +604,8 @@ function userSwitch() {
 
 function editFeedDlg(feed) {
 
+       disableHotkeys();
+
        if (!feed) {
                alert("Please select some feed first.");
                return;