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

removed extra console.log

pull/24/head
Keivan Beigi 12 years ago
parent 6ea0b16585
commit bd2c56df20

@ -42,9 +42,6 @@ define(
var start = Date.create(this.get('airDate'));
var end = Date.create(this.get('end'));
console.log(this.get('end'));
if (currentTime.isBetween(start, end)) {
return 'warning';
}

@ -24,7 +24,6 @@ define(function () {
return;
}
console.log('click');
event.preventDefault();
var href = event.target.getAttribute('href');

Loading…
Cancel
Save