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
1 changed files with 2 additions and 0 deletions

View File

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