js/supportchat.js

changeset 7
53201a5347f9
parent 4
0b79c41bf47a
child 9
6677316d8834
--- a/js/supportchat.js	Mon Mar 08 14:37:55 2010 +0000
+++ b/js/supportchat.js	Mon Mar 08 14:38:22 2010 +0000
@@ -1,7 +1,13 @@
+function on_question_submit()
+{
+	alert("Submitted!");
+}
+
 function display_ui()
 {
 	// Display pop-up, showing question form
 	$("#support-chat").show();
+	$("#support-question-submit").click(on_question_submit);
 }
 
 $(display_ui); //FIXME (debugging)

mercurial