Remove part of a comment accidentally copy/pasted

Fri, 02 Apr 2010 02:12:02 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 02 Apr 2010 02:12:02 +0100
changeset 39
0b18fb969bd3
parent 38
536e0a618d4a
child 40
6fb7b98629ae

Remove part of a comment accidentally copy/pasted

src/js/supportchat.js file | annotate | diff | comparison | revisions
--- a/src/js/supportchat.js	Fri Apr 02 02:06:16 2010 +0100
+++ b/src/js/supportchat.js	Fri Apr 02 02:12:02 2010 +0100
@@ -17,7 +17,7 @@
 var conn = null;
 
 /*** Query information */
-var question_type; // E.g. "Sales", "Technical"  = $("#support-question-type").val();
+var question_type; // E.g. "Sales", "Technical"
 var question_name; // Name of the submitter
 var question_text; // The query itself
 

mercurial