mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 09:56:02 +00:00
remove old fatalError(), move everything to App.Error
update exception dialog css
This commit is contained in:
@@ -103,7 +103,7 @@ require(["dojo/_base/kernel",
|
||||
});
|
||||
|
||||
if (errorMsg) {
|
||||
fatalError(4, errorMsg, navigator.userAgent);
|
||||
this.Error.fatal(errorMsg, {info: navigator.userAgent});
|
||||
}
|
||||
|
||||
return errorMsg == "";
|
||||
|
||||
Reference in New Issue
Block a user