summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2018-09-10 12:29:33 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2018-09-10 12:29:33 +0200 |
commit | 04e4ce4137fe3ffb0ccc6dc8635db3e202517945 (patch) | |
tree | 9fdcccfc3916526662a53ce50c0f04c23fe5428e /src/character | |
parent | 78862729e6c52ac5bf919079e2a81c5f318cf522 (diff) |
Adds missing navigation.js, error on MM.
Diffstat (limited to 'src/character')
-rw-r--r-- | src/character/www/index.html | 2 |
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> |