mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
fixed application crash on IE.
removed changed header text to be capitalize instead of uppercase
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
Reference in New Issue
Block a user