Fixed a problem with minibar when invoked from gfse or the syntax editor

Minibar needs js/langcode.js now, so need to include it in gfse/index.html
and syntax-exitor/editor.html too.
This commit is contained in:
hallgren
2015-05-21 08:00:49 +00:00
parent d4a3cc8228
commit 602b6fffae
4 changed files with 40 additions and 29 deletions

View File

@@ -26,6 +26,7 @@
<script type="text/javascript" src="../js/support.js"></script>
<script type="text/JavaScript" src="../js/localstorage.js"></script>
<script type="text/javascript" src="../js/pgf_online.js"></script>
<script type="text/JavaScript" src="../js/langcode.js"></script>
<!-- Editor -->
<script type="text/javascript" src="ast.js"></script>