froala/wysiwyg-editor

Unable to insert javascript function in href

Opened this issue · 0 comments

After inserting the code

<a href="javascript:Test()">Test</a>

The editor converting this to:

<a href="javascript%3ATest()">Test</a>

Any idea to prevent this conversion or it's a bug?