console-log-viewer icon indicating copy to clipboard operation
console-log-viewer copied to clipboard

Run Try Haxe locally

Open tariqbenezza opened this issue 9 years ago • 1 comments

When you run try-haxe locally it's displayed like below :

blameit

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

tariqbenezza avatar Nov 17 '16 15:11 tariqbenezza

Would it be possible to move it to a CSS in try-haxe ?

clemos avatar Nov 17 '16 15:11 clemos