mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
Merge pull request #279 from msalsbery/Button-href-Fix
Removed Button href (#274)
This commit is contained in:
commit
8527e43abe
@ -109,7 +109,6 @@ $.Button = function( options ) {
|
|||||||
}, options );
|
}, options );
|
||||||
|
|
||||||
this.element = options.element || $.makeNeutralElement( "button" );
|
this.element = options.element || $.makeNeutralElement( "button" );
|
||||||
this.element.href = this.element.href || '#';
|
|
||||||
|
|
||||||
//if the user has specified the element to bind the control to explicitly
|
//if the user has specified the element to bind the control to explicitly
|
||||||
//then do not add the default control images
|
//then do not add the default control images
|
||||||
|
Loading…
Reference in New Issue
Block a user