From 2e712d04423c087d78a6216595fc4ea77274106b Mon Sep 17 00:00:00 2001 From: Silvio Date: Fri, 22 Oct 2010 17:14:58 -0200 Subject: Minor fixes --- js/jquery_gallery_view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/jquery_gallery_view.js b/js/jquery_gallery_view.js index 909ee0e..8ac3219 100644 --- a/js/jquery_gallery_view.js +++ b/js/jquery_gallery_view.js @@ -14,7 +14,7 @@ Drupal.behaviors.jqueryGalleryViewBehavior = function (context) { // Image paths var base_url = window.location.protocol + '//' + window.location.hostname; - var files = Drupal.settings.jqueryGalleryView.files; + var files = Drupal.settings.jqueryGalleryView.photos; var base_location = base_url + '/' + Drupal.settings.basePath + files + '/'; var imagecache = 'imagecache/' + width + 'x' + height + '/'; var image_folder = base_location + imagecache + '/'; -- cgit v1.2.3