diff options
author | Chris Xiong <chirs241097@gmail.com> | 2019-02-12 19:06:24 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2019-02-12 19:06:24 +0800 |
commit | 1e2c1d8eb91bb589c3b4bb04e8f0127b725a2ddb (patch) | |
tree | 8cb3af470c1b1a937636122fdc4d7f07850aacba /index.html | |
parent | b9875d9cd1231a81c9d079652bd3641978b06aaa (diff) | |
download | web-1e2c1d8eb91bb589c3b4bb04e8f0127b725a2ddb.tar.xz |
Clear form after posting.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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=''; }; } ); |