From: Andrew Dolgov Date: Tue, 5 Dec 2006 09:17:12 +0000 (+0100) Subject: disable hotkeys when edit current feed dialog is shown X-Git-Tag: 1.2.6~33 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=729bafaa14466bec1f65caee2dfc3c0638b20f52;p=tt-rss.git disable hotkeys when edit current feed dialog is shown --- diff --git a/tt-rss.js b/tt-rss.js index 86302050..b53f9db7 100644 --- 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;