summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/map-editor/www/index.html')
-rw-r--r-- | src/map-editor/www/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map-editor/www/index.html b/src/map-editor/www/index.html index 80b147d..3828b22 100644 --- a/src/map-editor/www/index.html +++ b/src/map-editor/www/index.html @@ -9,6 +9,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(); @@ -23,6 +24,7 @@ ); tacticians_online.session.attach_to(tacticians_online.app); + tacticians_online.navigation.attach_to(tacticians_online.app); </script> </body> </html> |