From 9edd6ec1315b43720ad641568b50d2578e233962 Mon Sep 17 00:00:00 2001 From: houseofyin Date: Sat, 8 Jun 2013 12:03:51 -0400 Subject: [PATCH] Updated to turn on the navigator, since the navigator is no longer on my default --- test/demo/basic.html | 3 ++- test/demo/navigatorcustomlocationdemo.html | 1 + test/demo/navigatorjquerydemo.html | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) 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:{