summaryrefslogtreecommitdiff
path: root/src/runtime/javascript/editor.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/javascript/editor.html')
-rw-r--r--src/runtime/javascript/editor.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/javascript/editor.html b/src/runtime/javascript/editor.html
index ecbb62419..ccf23616b 100644
--- a/src/runtime/javascript/editor.html
+++ b/src/runtime/javascript/editor.html
@@ -10,7 +10,7 @@
<script type="text/javascript" src="gfjseditor.js"></script>
<title>Web-based Syntax Editor</title>
</head>
- <body onload="mkEditor('editor', Food)" onkeydown="return hotKeys(event)">
+ <body onload="mkEditor('editor', Foods)" onkeydown="return hotKeys(event)">
<div id="editor">
</div>
</body>