summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2019-02-12 19:06:24 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2019-02-12 19:06:24 +0800
commit1e2c1d8eb91bb589c3b4bb04e8f0127b725a2ddb (patch)
tree8cb3af470c1b1a937636122fdc4d7f07850aacba /index.html
parentb9875d9cd1231a81c9d079652bd3641978b06aaa (diff)
downloadweb-1e2c1d8eb91bb589c3b4bb04e8f0127b725a2ddb.tar.xz
Clear form after posting.
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.html b/index.html
index 375692b..7559c93 100644
--- a/index.html
+++ b/index.html
@@ -507,6 +507,8 @@ function swonload(){
gb_load();
document.getElementById('button_send').innerHTML='Leave the message!';
document.getElementById('button_send').disabled=false;
+ document.getElementById('mname').value=
+ document.getElementById('mcontent').value='';
};
}
);