Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/c43eb59efbcb8bea4bfd33261ec647009aca00e7?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

overriding console when not defined, so IE doesn't break.

pull/2/head
Keivan Beigi 12 years ago committed by kay.one
parent c247406d67
commit c43eb59efb

@ -5,7 +5,9 @@
/// <reference path="JsLibraries/backbone.marionette.extend.js" />
/// <reference path="JsLibraries/bootstrap.js" />
if (typeof console == "undefined") {
window.console = { log: function () { } };
}
NzbDrone = new Backbone.Marionette.Application();
NzbDrone.AddSeries = NzbDrone.module("AddSeries");

Loading…
Cancel
Save