summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/templates/default/base.html')
-rw-r--r--module/web/templates/default/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html
index 43699d770..8cd44615d 100644
--- a/module/web/templates/default/base.html
+++ b/module/web/templates/default/base.html
@@ -128,6 +128,7 @@ function bg_hide(){
function show(){
bg_show();
+ $("add_form").reset();
$("add_box").setStyle('display', 'block');
add_box.start('opacity',1)
}