mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-19 05:21:06 +02:00
quickMenuGo: try/catch block
This commit is contained in:
parent
8a414837ec
commit
bb3423cf99
@ -487,7 +487,7 @@ function quickMenuChange() {
|
||||
}
|
||||
|
||||
function quickMenuGo(opid) {
|
||||
|
||||
try {
|
||||
|
||||
if (opid == "qmcPrefs") {
|
||||
gotoPreferences();
|
||||
@ -536,7 +536,9 @@ function quickMenuGo(opid) {
|
||||
if (opid == "qmcAddFilter") {
|
||||
displayDlg("quickAddFilter", getActiveFeedId());
|
||||
}
|
||||
|
||||
} catch (e) {
|
||||
exception_error("quickMenuGo", e);
|
||||
}
|
||||
}
|
||||
|
||||
function qafAdd() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user