From 9dfab3d1878b96dc138387adb5ef3df593dff29e Mon Sep 17 00:00:00 2001 From: hallgren Date: Thu, 9 Feb 2012 18:00:36 +0000 Subject: gfse: initial support for module extension There is a new way to create a new grammar based on an existing grammar: by extending it. (It is also possible to clone an existing grammar, a before.) --- src/www/gfse/cloud2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/www/gfse/cloud2.js') diff --git a/src/www/gfse/cloud2.js b/src/www/gfse/cloud2.js index 8a6f198f3..4794e4ea0 100644 --- a/src/www/gfse/cloud2.js +++ b/src/www/gfse/cloud2.js @@ -36,7 +36,7 @@ function upload(g) { var cname=g.basename+g.concretes[i].langcode+".gf"; //files.push(cname); form.appendChild(hidden(cname, - show_concrete(g.basename)(g.concretes[i]))); + show_concrete(g)(g.concretes[i]))); } editor.appendChild(form); form.submit(); -- cgit v1.2.3