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…
Reference in New Issue