summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2018-09-10 12:29:33 +0200
committernsensfel <SpamShield0@noot-noot.org>2018-09-10 12:29:33 +0200
commit04e4ce4137fe3ffb0ccc6dc8635db3e202517945 (patch)
tree9fdcccfc3916526662a53ce50c0f04c23fe5428e /src/character/www/index.html
parent78862729e6c52ac5bf919079e2a81c5f318cf522 (diff)
Adds missing navigation.js, error on MM.
Diffstat (limited to 'src/character/www/index.html')
-rw-r--r--src/character/www/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/character/www/index.html b/src/character/www/index.html
index 7954e54..65f0d02 100644
--- a/src/character/www/index.html
+++ b/src/character/www/index.html
@@ -11,6 +11,7 @@
<script src="script/main.js"></script>
<script src="../global/script/session.js"></script>
<script src="../global/script/urlparams.js"></script>
+ <script src="../global/script/navigation.js"></script>
<script>
tacticians_online.session.load();
@@ -25,6 +26,7 @@
);
tacticians_online.session.attach_to(tacticians_online.app);
+ tacticians_online.navigation.attach_to(tacticians_online.app);
</script>
</body>
</html>