mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-08 17:41:03 +02:00
disable hotkeys when userDlg is shown
This commit is contained in:
parent
09165533b2
commit
ccedfdddec
@ -511,11 +511,13 @@ function displayDlg(id, param) {
|
||||
xmlhttp.onreadystatechange=dlg_display_callback;
|
||||
xmlhttp.send(null);
|
||||
|
||||
disableHotkeys();
|
||||
}
|
||||
|
||||
function closeDlg() {
|
||||
var dlg = document.getElementById("userDlgShadow");
|
||||
dlg.style.display = "none";
|
||||
enableHotkeys();
|
||||
}
|
||||
|
||||
function qfdDelete(feed_id) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user