Remove stray log
This commit is contained in:
parent
230ed78dd6
commit
909ed54bef
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
||||||
<script type="text/javascript" charset="utf-8">
|
<script type="text/javascript" charset="utf-8">
|
||||||
var windowUrl = decodeURIComponent(window.location.search.substring(3))
|
var windowUrl = decodeURIComponent(window.location.search.substring(3))
|
||||||
window.open('file://' + windowUrl, '', 'nodeIntegration=yes,show=no')
|
window.open('file://' + windowUrl, '', 'nodeIntegration=yes,show=no')
|
||||||
console.log('window opened')
|
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue