ElasticSVGElements icon indicating copy to clipboard operation
ElasticSVGElements copied to clipboard

The hyperlink does not work because the js script

Open aleen42 opened this issue 10 years ago • 1 comments

It's a problem in the dropdown.html. How can I solve this problem?

aleen42 avatar May 02 '15 03:05 aleen42

I‘ve found the reason.


// For Demo purposes only
[].slice.call( this.el.querySelectorAll('a') ).forEach( function(el) {
el.onclick = function() { return false; }
} );

aleen42 avatar May 11 '15 14:05 aleen42