From ef079ff93964f8a7b0048352f834f36377e1900f Mon Sep 17 00:00:00 2001 From: hallgren Date: Mon, 10 Oct 2011 19:49:17 +0000 Subject: gfse: make it workw ith "gf -server" cloud services --- src/editor/simple/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/editor/simple/editor.js') diff --git a/src/editor/simple/editor.js b/src/editor/simple/editor.js index 8560f561f..859f33a04 100644 --- a/src/editor/simple/editor.js +++ b/src/editor/simple/editor.js @@ -1070,7 +1070,7 @@ function download_from_cloud() { function download2(olddir) { //debug("Starting grammar sharing in the cloud") - if(newdir!=olddir) link_directories(olddir,newdir,download3) + if(newdir!=olddir) link_directories(newdir,download3) else download4() } function download3() { -- cgit v1.2.3