From b3c1177f9ed5a3eaff378671fa119be1c605498e Mon Sep 17 00:00:00 2001 From: "john.j.camilleri" Date: Tue, 27 Nov 2012 10:09:40 +0000 Subject: Syntax editor: improvements and fixes with grammar manager --- src/www/syntax-editor/editor_online.js | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/www/syntax-editor/editor_online.js') diff --git a/src/www/syntax-editor/editor_online.js b/src/www/syntax-editor/editor_online.js index 5ca81c9fa..56e8a9de3 100644 --- a/src/www/syntax-editor/editor_online.js +++ b/src/www/syntax-editor/editor_online.js @@ -4,12 +4,9 @@ var server_options = { } var editor_options = { target: "editor", - // initial: { - // grammar: "http://localhost:41296/grammars/Phrasebook.pgf", - // startcat: "Proposition", - // languages: ["Eng","Swe","Ita"], - // abstr: "PropOpenDate (SuperlPlace TheMostExpensive School) Tomorrow" - // }, + initial: { +// abstr: "PropOpenDate (SuperlPlace TheMostExpensive School) Tomorrow" + }, show: { grammar_menu: true, startcat_menu: true, -- cgit v1.2.3