1
0
forked from GitHub/gf-rgl

idea page

This commit is contained in:
aarne
2009-03-11 16:54:16 +00:00
parent dc2a6c6ed9
commit 13e754b76b
2 changed files with 2 additions and 2 deletions

View File

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

File diff suppressed because one or more lines are too long