summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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='';
};
}
);