aboutsummaryrefslogtreecommitdiff
path: root/js/jquery_gallery_view.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/jquery_gallery_view.js')
-rw-r--r--js/jquery_gallery_view.js2
1 files changed, 1 insertions, 1 deletions
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 + '/';