From 4de5bab56648e8a8bbfcee49337148f8d320db39 Mon Sep 17 00:00:00 2001 From: Travis Hegner Date: Mon, 29 Jun 2015 15:56:05 -0400 Subject: [PATCH] still trying to wrap overlib --- html/js/lazyload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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