Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Provide ability to add script tags or any html to <header> directly #115

Open
ngshiheng opened this issue Jun 12, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@ngshiheng
Copy link

Please move to Discussions - Feature Request for posting.

Currently, the temporary solution is to do:

$('head').append('<link rel="icon" type="image/x-icon" href="xxxxx">')
$('head').append('<script async src="https://xxxxxxxx"></script>')

I am hoping we could get a more direct way of adding scripts or any HTML to tag directly without having to use run_js and append to head tag.

@ngshiheng ngshiheng added the enhancement New feature or request label Jun 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant