lib/generators/fullstack/cms/templates/rails/app/assets/javascripts/site/lib/lightbox.js in fullstack-cms-0.3.22 vs lib/generators/fullstack/cms/templates/rails/app/assets/javascripts/site/lib/lightbox.js in fullstack-cms-0.3.23

- old
+ new

@@ -46,11 +46,11 @@ $ = jQuery; LightboxOptions = (function() { function LightboxOptions() { - this.fileLoadingImage = 'images/loading.gif'; - this.fileCloseImage = 'images/close.png'; + this.fileLoadingImage = '/img/lightbox/loading.gif'; + this.fileCloseImage = '/img/lightbox/close.png'; this.resizeDuration = 700; this.fadeDuration = 500; this.labelImage = "Image"; this.labelOf = "of"; }