mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-03-13 20:46:13 +03:00
Removed Button href (#274)
This commit is contained in:
parent
f76aa54851
commit
3d2a9e4699
@ -109,7 +109,6 @@ $.Button = function( options ) {
|
||||
}, options );
|
||||
|
||||
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
|
||||
//then do not add the default control images
|
||||
|
Loading…
x
Reference in New Issue
Block a user