summaryrefslogtreecommitdiff
path: root/spice_auto.html
diff options
context:
space:
mode:
Diffstat (limited to 'spice_auto.html')
-rw-r--r--spice_auto.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/spice_auto.html b/spice_auto.html
index d374054..5714804 100644
--- a/spice_auto.html
+++ b/spice_auto.html
@@ -168,6 +168,7 @@
{
var spice_xfer_area = document.createElement("div");
spice_xfer_area.setAttribute('id', 'spice-xfer-area');
+ document.getElementById('spice-area').appendChild(spice_xfer_area);
document.getElementById('spice-area').addEventListener('dragover', handle_file_dragover, false);
document.getElementById('spice-area').addEventListener('drop', handle_file_drop, false);
}