summaryrefslogtreecommitdiff
path: root/src/www/syntax-editor/editor.html
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2015-05-21 08:00:49 +0000
committerhallgren <hallgren@chalmers.se>2015-05-21 08:00:49 +0000
commit803963352821febcb81382602866fcc32fca4d00 (patch)
tree0c007c6c65b357dba6ac0842b6efe1890fce9cf0 /src/www/syntax-editor/editor.html
parenta37d792d14e4f6a8b190ac864b78ae925cbd130e (diff)
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.
Diffstat (limited to 'src/www/syntax-editor/editor.html')
-rw-r--r--src/www/syntax-editor/editor.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/www/syntax-editor/editor.html b/src/www/syntax-editor/editor.html
index 8ebc9a919..558c457ad 100644
--- a/src/www/syntax-editor/editor.html
+++ b/src/www/syntax-editor/editor.html
@@ -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>