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
Slimit throws this error ...
SyntaxError: Unexpected token (LT, '<') at 1:0 between None and LexToken(NOT,'!',1,1)
... for this portion of the script ...
<!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //-->
Does this seem like an issue with the input script or a case that slimit should be able to handle?
The text was updated successfully, but these errors were encountered:
That first line isn't commented out, this isnt an html parser, that's not valid javascript.
Sorry, something went wrong.
This is an example from an HTML script block where the type is explicitly called as text/javascript. Here's another example: https://github.com/CartoDB/mobile-android-samples/blob/master/docs/deprecated-list.html
<script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Deprecated List"; } } catch(err) { } //--> </script>
No branches or pull requests
Slimit throws this error ...
SyntaxError: Unexpected token (LT, '<') at 1:0 between None and LexToken(NOT,'!',1,1)
... for this portion of the script ...
Does this seem like an issue with the input script or a case that slimit should be able to handle?
The text was updated successfully, but these errors were encountered: