vojtech-dobes / nette.ajax.js

Flexible AJAX for Nette Framework. Supports snippets, redirects etc.
https://componette.org/vojtech-dobes/nette.ajax.js/
MIT License
149 stars 85 forks source link

Odkaz uvnitř SVG - chybná URL #152

Open jirkae opened 6 years ago

jirkae commented 6 years ago

Když je odkaz tak ui.href není string, ale objekt typu.

řešením by bylo href = ui.href instanceOf SVGAnimatedString ? ui.href.animVal : ui.href