diff --git a/test/demo/basic.html b/test/demo/basic.html
index af6ae3af..71cfba58 100644
--- a/test/demo/basic.html
+++ b/test/demo/basic.html
@@ -22,7 +22,8 @@
// debugMode: true,
id: "contentDiv",
prefixUrl: "../../build/openseadragon/images/",
- tileSources: "/test/data/testpattern.dzi"
+ tileSources: "../data/testpattern.dzi",
+ showNavigator:true
});
diff --git a/test/demo/navigatorcustomlocationdemo.html b/test/demo/navigatorcustomlocationdemo.html
index a8de7297..44a55e40 100644
--- a/test/demo/navigatorcustomlocationdemo.html
+++ b/test/demo/navigatorcustomlocationdemo.html
@@ -27,6 +27,7 @@
var viewer = OpenSeadragon({
id:"contentDiv",
navigatorId: "navigatorDiv",
+ showNavigator:true,
prefixUrl:"../../build/openseadragon/images/",
tileSources:{
Image:{
diff --git a/test/demo/navigatorjquerydemo.html b/test/demo/navigatorjquerydemo.html
index d37a68b3..a99b7767 100644
--- a/test/demo/navigatorjquerydemo.html
+++ b/test/demo/navigatorjquerydemo.html
@@ -34,6 +34,7 @@
var viewer = OpenSeadragon({
id:"contentDiv",
navigatorId: "navigatorDiv",
+ showNavigator:true,
prefixUrl:"../../build/openseadragon/images/",
tileSources:{
Image:{