mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-03 05:43:30 +03:00
Update viewer.js
Moved call to _updateSequenceButtons inside if ( initialTileSource )
This commit is contained in:
parent
4535f47e8d
commit
3078642927
1 changed files with 5 additions and 5 deletions
|
@ -352,12 +352,12 @@ $.Viewer = function( options ) {
|
||||||
|
|
||||||
if ( initialTileSource ) {
|
if ( initialTileSource ) {
|
||||||
this.open( initialTileSource );
|
this.open( initialTileSource );
|
||||||
|
|
||||||
|
if ( this.tileSources.length > 1 ) {
|
||||||
|
this._updateSequenceButtons( this.initialPage );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( this.tileSources.length > 1 ) {
|
|
||||||
this._updateSequenceButtons( this.initialPage );
|
|
||||||
}
|
|
||||||
|
|
||||||
for ( i = 0; i < this.customControls.length; i++ ) {
|
for ( i = 0; i < this.customControls.length; i++ ) {
|
||||||
this.addControl(
|
this.addControl(
|
||||||
this.customControls[ i ].id,
|
this.customControls[ i ].id,
|
||||||
|
|
Loading…
Add table
Reference in a new issue