Browse Source

Do not clear data when loading files

Robert Carnecky 10 years ago
parent
commit
59963b7b3f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      generator/js/ui.js

+ 1
- 1
generator/js/ui.js View File

63
 }
63
 }
64
 
64
 
65
 function ui_load_files(evt) {
65
 function ui_load_files(evt) {
66
-    ui_clear_all();
66
+    // ui_clear_all();
67
 
67
 
68
     var files = evt.target.files;
68
     var files = evt.target.files;
69
 
69
 

Loading…
Cancel
Save