Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/f2b6876c59309620a84a6447828f83525092f953 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed the error

pull/140/head
tidusjar 9 years ago
parent f9cf728381
commit f2b6876c59

@ -77,7 +77,7 @@ $('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
activeState = $ml.mixItUp('getState');
$ml.mixItUp('destroy');
}
if ($musicL.mixItUp('isLoaded')) $ml.mixItUp('destroy');
if ($musicL.mixItUp('isLoaded')) $musicL.mixItUp('destroy');
$musicL.mixItUp(mixItUpConfig(activeState)); // init or reinit
}
});

Loading…
Cancel
Save