mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 08:47:59 +02:00
Fixed doctype,
removed telerik script/css registrar
This commit is contained in:
@@ -1,18 +1,2 @@
|
||||
<script type="text/javascript">
|
||||
jQuery(document).ready(function () {
|
||||
|
||||
document.getElementById('syncTimer').style.display = 'inline'; //Show the timer after the page loads, prevents FOUC (Flash of Unstyled Content)
|
||||
|
||||
$('#syncTimer').tgcCountdown({
|
||||
counter: '<div style="color: #065EFE;">[H]:[M]:[S]</div>',
|
||||
counter_warning: '<div style="color: #065EFE;">[H]:[M]:[S]</div>',
|
||||
counter_expired: '<div style="color: #FFFFFF;">00:00:00</div>',
|
||||
interval: 1000,
|
||||
warnonminutesleft: 1
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
@*<div>RSS Sync: <span style="display:none" id="syncTimer" class="timer"><@ViewData["RssTimer"]</span></div>*@
|
||||
<div>RSS Sync: </div>
|
||||
<div>RSS Sync: </div>
|
||||
<div style="display:none" id="syncTimer" class="timer">@ViewData["RssTimer"]</div>
|
Reference in New Issue
Block a user