1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 05:55:56 +00:00

disable hotkeys when edit current feed dialog is shown

This commit is contained in:
Andrew Dolgov
2006-12-05 10:17:12 +01:00
parent 276eecefda
commit 729bafaa14

View File

@@ -604,6 +604,8 @@ function userSwitch() {
function editFeedDlg(feed) {
disableHotkeys();
if (!feed) {
alert("Please select some feed first.");
return;