summaryrefslogtreecommitdiff
path: root/src/client/devtools.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/devtools.js')
-rw-r--r--src/client/devtools.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/devtools.js b/src/client/devtools.js
index 1274652e..9e0bd308 100644
--- a/src/client/devtools.js
+++ b/src/client/devtools.js
@@ -77,6 +77,7 @@ function($, rz_core, file_saver) {
return;
}
+ $('#debug-view__import__file-list').children().remove();
$.map(import_file_set, function(file){
var e_file_path;
@@ -84,7 +85,7 @@ function($, rz_core, file_saver) {
e_file_path = $('<div>');
e_file_path.addClass('debug-view__import__input_file_name')
e_file_path.text('- ' + file.name);
- $('#debug-view__import').append(e_file_path);
+ $('#debug-view__import__file-list').append(e_file_path);
});
$('#devtools__import__step__export').show(); // enable import exec button