Fix incorrect function name in exception handling
This commit is contained in:
parent
abba5dd4d4
commit
055a37e083
|
@ -1679,7 +1679,7 @@ function dismissReadArticles() {
|
|||
}
|
||||
|
||||
} catch (e) {
|
||||
exception_error("dismissSelectedArticles", e);
|
||||
exception_error("dismissReadArticles", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue