From 65b809eae9cd204626b2455c6e1ad70092bd21d4 Mon Sep 17 00:00:00 2001 From: "U-STARBUCK\\gina" Date: Sun, 8 Mar 2009 15:02:42 -0700 Subject: [PATCH] Fixed lightbox image locations --- js/lightbox.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/lightbox.js b/js/lightbox.js index 83203fa..a410bb0 100755 --- a/js/lightbox.js +++ b/js/lightbox.js @@ -59,8 +59,8 @@ // // Configuration // -var fileLoadingImage = "/images/loading.gif"; -var fileBottomNavCloseImage = "/images/closelabel.gif"; +var fileLoadingImage = "images/loading.gif"; +var fileBottomNavCloseImage = "images/closelabel.gif"; var resizeSpeed = 7; // controls the speed of the image resizing (1=slowest and 10=fastest)