1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-22 11:36:38 +02: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;