idea page

This commit is contained in:
aarne
2009-03-11 16:54:16 +00:00
parent 04b176fe37
commit 8c2a476a10
8 changed files with 510 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
<script type="text/javascript" src="gfjseditor.js"></script>
<title>Web-based Syntax Editor</title>
</head>
<body onload="mkEditor('editor', Restaurant)" onkeydown="hotKeys(event)">
<body onload="mkEditor('editor', Food)" onkeydown="hotKeys(event)">
<div id="editor">
</div>
</body>