From 42af63414fae6cec2ea6d648464f9475501b2b28 Mon Sep 17 00:00:00 2001 From: hallgren Date: Tue, 1 Nov 2011 17:45:57 +0000 Subject: gfse: grammar sharing: bug fixes and win32 support win32 support is untested --- src/www/gfse/editor.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/www/gfse/editor.js') diff --git a/src/www/gfse/editor.js b/src/www/gfse/editor.js index 859f33a04..95c72d972 100644 --- a/src/www/gfse/editor.js +++ b/src/www/gfse/editor.js @@ -1075,6 +1075,7 @@ function download_from_cloud() { } function download3() { //debug("Uploading local grammars to cloud"); + local.put("dir",newdir); upload_json(download4) } function download4() { -- cgit v1.2.3