From c9c76ba93f1f2a22ef0277bea851b113b489c6a2 Mon Sep 17 00:00:00 2001 From: leonleonleon Date: Tue, 26 Jan 2016 13:42:51 +0100 Subject: [PATCH] Update imageloader.jquery.js Bug Fix --- imageloader.jquery.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imageloader.jquery.js b/imageloader.jquery.js index e02d740..fecd681 100644 --- a/imageloader.jquery.js +++ b/imageloader.jquery.js @@ -58,7 +58,7 @@ } } - return settings.path + src; + return settings.imgPath + src; }; var _handleWrapper = function(el) { @@ -93,4 +93,4 @@ }; return this.each(_loadImage); }; -}(jQuery)); \ No newline at end of file +}(jQuery));