From ae30208b36c485a3390ed533ca7e76ffd037f612 Mon Sep 17 00:00:00 2001 From: thatcher Date: Wed, 30 Jan 2013 17:10:16 -0500 Subject: [PATCH] fixing example image paths with prefixUrl --- www/developer-debug-mode.html | 2 +- www/index.html | 2 +- www/overlay-highlights.html | 2 +- www/tilesource-collection.html | 2 +- www/tilesource-custom.html | 30 ++++++++++++++++++++---------- www/tilesource-dzi.html | 8 ++++---- www/tilesource-legacy.html | 8 ++++---- www/tilesource-sequence.html | 8 ++++---- www/ui-binding-custom-buttons.html | 2 +- www/ui-reference-strip.html | 4 ++-- www/ui-toolbar.html | 2 +- www/ui-viewport-navigator.html | 2 +- 12 files changed, 41 insertions(+), 31 deletions(-) diff --git a/www/developer-debug-mode.html b/www/developer-debug-mode.html index f18634dc..a3833acb 100644 --- a/www/developer-debug-mode.html +++ b/www/developer-debug-mode.html @@ -19,7 +19,7 @@ // Example OpenSeadragon({ id: "contentDiv", - prefixUrl: "/openseadragon/", + prefixUrl: "/openseadragon/images/", tileSources: "/openseadragon/examples/images/highsmith/highsmith.js", showNavigator: false, debugMode: true diff --git a/www/index.html b/www/index.html index 52a39bdc..0ec24ab5 100644 --- a/www/index.html +++ b/www/index.html @@ -18,7 +18,7 @@ // Example OpenSeadragon({ id: "contentDiv", - prefixUrl: "/openseadragon/", + prefixUrl: "/openseadragon/images/", tileSources: "/openseadragon/examples/images/highsmith/highsmith.js" }); \ No newline at end of file diff --git a/www/overlay-highlights.html b/www/overlay-highlights.html index 7c36dc46..9a0856e5 100644 --- a/www/overlay-highlights.html +++ b/www/overlay-highlights.html @@ -31,7 +31,7 @@ diff --git a/www/tilesource-legacy.html b/www/tilesource-legacy.html index 910da498..a1cc0b7f 100644 --- a/www/tilesource-legacy.html +++ b/www/tilesource-legacy.html @@ -27,7 +27,7 @@