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
When you run try-haxe locally it's displayed like below :
It seems that it's linked to the line 90 of console-log-viewer :
https://github.com/markknol/console-log-viewer/blob/gh-pages/console-log-viewer.js
Could you update it ? If not should I extend the condition like below :
if (url.indexOf("//try.haxe.org") > -1 || url.indexOf("try-haxe.mrcdk.com") > -1) || url.indexOf("try-haxe") > -1)
Thank you in advance
The text was updated successfully, but these errors were encountered:
Would it be possible to move it to a CSS in try-haxe ?
try-haxe
Sorry, something went wrong.
No branches or pull requests
When you run try-haxe locally it's displayed like below :
It seems that it's linked to the line 90 of console-log-viewer :
https://github.com/markknol/console-log-viewer/blob/gh-pages/console-log-viewer.js
Could you update it ?
If not should I extend the condition like below :
if (url.indexOf("//try.haxe.org") > -1 || url.indexOf("try-haxe.mrcdk.com") > -1) || url.indexOf("try-haxe") > -1)
Thank you in advance
The text was updated successfully, but these errors were encountered: