mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 16:43:58 -07:00
fixed application crash on IE.
removed changed header text to be capitalize instead of uppercase
This commit is contained in:
parent
95a6dfc34e
commit
b010c8d5a1
2 changed files with 12 additions and 1 deletions
|
@ -8,6 +8,17 @@
|
|||
this.push(model);
|
||||
*/
|
||||
|
||||
|
||||
if (!window.console) {
|
||||
window.console = {};
|
||||
}
|
||||
|
||||
if (!window.console.debug) {
|
||||
window.console.debug = function () {
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
window.alert = function (message) {
|
||||
window.Messenger().post(message);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue