render_async icon indicating copy to clipboard operation
render_async copied to clipboard

script tag doesn't get evaluated when running vanilla JavaScript

Open nikolalsvk opened this issue 8 years ago • 0 comments

If user doesn't have jQuery on the page, render_async fetches request using plain JavaScript.

Problem with this is that <script> tags don't get executed when appended to HTML.

Problem is with outerHTML not being able to run script tags.

Useful links:

nikolalsvk avatar Oct 14 '17 18:10 nikolalsvk