We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This commit introduces a broken detection of the script host:
3d3c000#diff-895656aeaccff5d7c0f56a113ede9662
The code assumes that all script tags have a "src" attribute.
In my case it breaks the following load script which is the last script tag:
<script> $(function () { $.getScript("//localhost:8080/react-build/app_rjs_bundle.js"); }); </script>
The text was updated successfully, but these errors were encountered:
Fix socket connection for non-inlined connections
3d3c000
This was fixed with #447 a while ago. Also see #117 for a follow-up discussion.
Sorry, something went wrong.
No branches or pull requests
This commit introduces a broken detection of the script host:
3d3c000#diff-895656aeaccff5d7c0f56a113ede9662
The code assumes that all script tags have a "src" attribute.
In my case it breaks the following load script which is the last script tag:
The text was updated successfully, but these errors were encountered: