Work on the UI to show what episodes have been requested #254

This commit is contained in:
tidusjar 2016-08-02 15:16:14 +01:00
commit 0657264dd3
26 changed files with 8438 additions and 15 deletions

View file

@ -8,6 +8,10 @@
return s;
}
$(function() {
$('[data-toggle="tooltip"]').tooltip();
});
var mainBaseUrl = $('#baseUrl').text();
function Humanize(date) {