diff options
author | Ondrej Zara <[email protected]> | 2019-05-11 22:12:57 +0200 |
---|---|---|
committer | Ondrej Zara <[email protected]> | 2019-05-11 22:12:57 +0200 |
commit | ba267f6dcfbbf92a38f601831109eee70b612167 (patch) | |
tree | ae7a26813b209da188f0c2c5bd289231b68c9b44 /index.html | |
parent | 03d604fdf872b265ffb410886ceffec74779b818 (diff) | |
download | Orca-ba267f6dcfbbf92a38f601831109eee70b612167.tar.gz Orca-ba267f6dcfbbf92a38f601831109eee70b612167.zip |
fix for browser version
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ <script type="module"> import Terminal from "./desktop/sources/scripts/terminal.js"; const terminal = new Terminal() + window.__dirname = "desktop/sources"; window.terminal = terminal terminal.install(document.body) terminal.start() |