aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorOndrej Zara <[email protected]>2019-05-11 22:12:57 +0200
committerOndrej Zara <[email protected]>2019-05-11 22:12:57 +0200
commitba267f6dcfbbf92a38f601831109eee70b612167 (patch)
treeae7a26813b209da188f0c2c5bd289231b68c9b44 /index.html
parent03d604fdf872b265ffb410886ceffec74779b818 (diff)
downloadOrca-ba267f6dcfbbf92a38f601831109eee70b612167.tar.gz
Orca-ba267f6dcfbbf92a38f601831109eee70b612167.zip
fix for browser version
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index d8bd8ed..cc938b5 100644
--- a/index.html
+++ b/index.html
@@ -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()