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;