From b5d8d74253c008556a006426d84ef29059c995ca Mon Sep 17 00:00:00 2001 From: Eric Gardner Date: Wed, 7 Oct 2015 16:11:56 -0700 Subject: [PATCH] Add absolute image url --- source/assets/javascripts/ui-functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/assets/javascripts/ui-functions.js b/source/assets/javascripts/ui-functions.js index d8e46d63..d9b59dd3 100644 --- a/source/assets/javascripts/ui-functions.js +++ b/source/assets/javascripts/ui-functions.js @@ -230,7 +230,7 @@ function init360() { currentFrame: 1, // This the start frame for auto spin imgList: '.threesixty_images', // selector for image list progress: '.spinner', // selector to show the loading progress - imagePath:'/assets/images/360/33/', // path of the image assets + imagePath:'http://gettypubs.github.io/Terracottas/assets/images/360/33/', // path of the image assets filePrefix: '', // file prefix if any ext: '.JPG', // extention for the assets height: 833,