diff options
Diffstat (limited to 'prolog.html')
-rw-r--r-- | prolog.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/prolog.html b/prolog.html index e3ac64f..d9d4656 100644 --- a/prolog.html +++ b/prolog.html @@ -68,9 +68,7 @@ <div class="block-label">Instructions</div> </div> <div class="col-lg-3 col-md-6 col-sm-12 block"> - <div id="code_editor"> - <textarea id="program"></textarea> - </div> + <div id="code_editor"></div> <div class="block-label">Code</div> </div> <div class="col-lg-3 col-md-6 col-sm-12 block"> @@ -99,5 +97,6 @@ <script src="js/codemirror/show-hint.js"></script> <!-- codeq app --> <script src="js/codeq.js"></script> + <script src="js/def_parser.js"></script> </body> </html>
\ No newline at end of file |