mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
change src to 'data-original', adding binding function to document ready
This commit is contained in:
@@ -320,6 +320,10 @@ if ($no_refresh !== TRUE && $config['page_refresh'] != 0) {
|
||||
echo('<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
|
||||
$("img.lazy").lazyload({
|
||||
effect: "fadeIn"
|
||||
});
|
||||
|
||||
$("#countdown_timer_status").html("<i class=\"fa fa-pause fa-fw\"></i> Pause");
|
||||
var Countdown = {
|
||||
sec: '. $config['page_refresh'] .',
|
||||
|
||||
Reference in New Issue
Block a user