diff options
Diffstat (limited to 'src/editor/simple/editor.js')
| -rw-r--r-- | src/editor/simple/editor.js | 2 |
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() { |
