mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Work on the UI to show what episodes have been requested #254
This commit is contained in:
parent
a5cbd5dfd6
commit
0657264dd3
26 changed files with 8438 additions and 15 deletions
4
PlexRequests.UI/Content/site.js
vendored
4
PlexRequests.UI/Content/site.js
vendored
|
@ -8,6 +8,10 @@
|
|||
return s;
|
||||
}
|
||||
|
||||
$(function() {
|
||||
$('[data-toggle="tooltip"]').tooltip();
|
||||
});
|
||||
|
||||
var mainBaseUrl = $('#baseUrl').text();
|
||||
|
||||
function Humanize(date) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue