diff --git a/html/js/lazyload.js b/html/js/lazyload.js
index aa219a0718..400f369952 100644
--- a/html/js/lazyload.js
+++ b/html/js/lazyload.js
@@ -16,7 +16,7 @@ $(document).ready(function(){
});
function wrap_overlib() {
- var ret = overlib(arguments);
+ var ret = overlib.apply(null,arguments);
$('div#overDiv img').removeAttr('width').removeAttr('height');
return ret;
}
\ No newline at end of file