summaryrefslogtreecommitdiff
path: root/src/editor/simple/editor.js
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2011-10-10 19:49:17 +0000
committerhallgren <hallgren@chalmers.se>2011-10-10 19:49:17 +0000
commitef079ff93964f8a7b0048352f834f36377e1900f (patch)
tree005a9dbc1a3978c320619092191ccfd24ea36424 /src/editor/simple/editor.js
parentb13884469559a71c01857ad852df8b210d5c7172 (diff)
gfse: make it workw ith "gf -server" cloud services
Diffstat (limited to 'src/editor/simple/editor.js')
-rw-r--r--src/editor/simple/editor.js2
1 files changed, 1 insertions, 1 deletions
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() {