summaryrefslogtreecommitdiff
path: root/src/www/js/gftranslate.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/www/js/gftranslate.js')
-rw-r--r--src/www/js/gftranslate.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/www/js/gftranslate.js b/src/www/js/gftranslate.js
index 591f02217..3e1a3b111 100644
--- a/src/www/js/gftranslate.js
+++ b/src/www/js/gftranslate.js
@@ -3,8 +3,8 @@
var gftranslate = {}
-gftranslate.jsonurl="/robust/Translate11.pgf"
-gftranslate.grammar="Translate" // the name of the grammar
+gftranslate.jsonurl="/robust/App11.pgf"
+gftranslate.grammar="App" // the name of the grammar
gftranslate.call=function(querystring,cont,errcont) {
http_get_json(gftranslate.jsonurl+querystring,cont,errcont)