From c6597806ba4f7f30d63af384056dc3f777a7c1b6 Mon Sep 17 00:00:00 2001 From: Sharpbarb Date: Tue, 8 Oct 2013 17:10:26 -0700 Subject: [PATCH] Update viewer.js --- src/viewer.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/viewer.js b/src/viewer.js index a44316c5..8d43b7cc 100644 --- a/src/viewer.js +++ b/src/viewer.js @@ -205,6 +205,8 @@ $.Viewer = function( options ) { this.initialPage = this.tileSources.length - 1 initialTileSource = this.tileSources[ this.initialPage ]; + + //Update the sequence (aka currrent page) property THIS[ this.hash ].sequence = this.initialPage; } else { initialTileSource = this.tileSources;