program/js/app.js
@@ -2832,7 +2832,7 @@ { if (!this.gui_objects.uploadbox) return false; var elm, list; if (elm = this.gui_objects.uploadbox) { @@ -2842,8 +2842,8 @@ elm.style.top = (pos.top + list.offsetHeight + 10) + 'px'; elm.style.left = pos.left + 'px'; } elm.style.visibility = a ? 'visible' : 'hidden'; $(elm).toggle(); } // clear upload form