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

alter calendar tooltip container. fixes

pull/2/head
Benjamin Uzelac 10 years ago
parent 08d19df3f7
commit 1a74990e9b

@ -90,7 +90,7 @@ module.exports = Marionette.ItemView.extend({
element.find('.chart').tooltip({
title : 'Episode is downloading - {0}% {1}'.format(progress.toFixed(1), releaseTitle),
container : '.fc-content-skeleton'
container : '.fc'
});
}
}
@ -271,7 +271,7 @@ module.exports = Marionette.ItemView.extend({
element.find('.fc-time').after('<span class="status pull-right"><i class="{0}"></i></span>'.format(icon));
element.find('.status').tooltip({
title : tooltip,
container : '.fc-content-skeleton'
container : '.fc'
});
},

Loading…
Cancel
Save