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

Fixed ajax binding for logs

pull/3113/head
Mark McDowall 13 years ago
parent a7a4783947
commit e426a1967f

@ -49,7 +49,7 @@
$('.dataTablesGrid').removeClass('hidden-grid');
oTable = $('#logGrid').dataTable({
"sAjaxSource": "Log/AjaxBinding",
"sAjaxSource": "ajaxbinding",
"bProcessing": false,
"bServerSide": true,
"bShowAll": false,

Loading…
Cancel
Save