From 2428313be3d00969cafb06acf69eab2bf3001969 Mon Sep 17 00:00:00 2001 From: Travis Hegner Date: Mon, 29 Jun 2015 13:45:50 -0400 Subject: [PATCH] test debug output --- html/js/lazyload.js | 1 + 1 file changed, 1 insertion(+) diff --git a/html/js/lazyload.js b/html/js/lazyload.js index 9e06cade4..5272809ba 100644 --- a/html/js/lazyload.js +++ b/html/js/lazyload.js @@ -16,6 +16,7 @@ function get_overlib(content) { var ret = overlib(content, WRAP,HAUTO,VAUTO); jQuery.event.trigger("ajaxStop"); + console.log('test'); return ret; } \ No newline at end of file