mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
testing without lazy on overlib
This commit is contained in:
+3
-4
@@ -1,12 +1,12 @@
|
||||
$(document).ready(function(){
|
||||
|
||||
$("img.lazy").lazyload({
|
||||
//effect: "fadeIn"
|
||||
effect: "fadeIn"
|
||||
}).removeClass("lazy");
|
||||
|
||||
$(document).ajaxStop(function() {
|
||||
$("img.lazy").lazyload({
|
||||
//effect: "fadeIn"
|
||||
effect: "fadeIn"
|
||||
}).removeClass("lazy");
|
||||
});
|
||||
|
||||
@@ -16,7 +16,6 @@ function get_overlib(content) {
|
||||
var ret = overlib(content, WRAP,HAUTO,VAUTO);
|
||||
|
||||
jQuery.event.trigger("ajaxStop");
|
||||
console.log('test');
|
||||
|
||||
|
||||
return ret;
|
||||
}
|
||||
Reference in New Issue
Block a user