Remove redundant code for switching to the waiting screen

Thu, 18 Mar 2010 18:35:19 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 18 Mar 2010 18:35:19 +0000
changeset 26
662fcb6922ab
parent 25
2651c3a7e621
child 27
8ca116c827cf

Remove redundant code for switching to the waiting screen

js/supportchat.js file | annotate | diff | comparison | revisions
--- a/js/supportchat.js	Thu Mar 18 18:34:46 2010 +0000
+++ b/js/supportchat.js	Thu Mar 18 18:35:19 2010 +0000
@@ -110,10 +110,6 @@
 				alert("unhandled error: " + error);
 		}
 	});
-	
-	// Switch to waiting screen
-	$("#support-question").hide();
-	$("#support-wait").show();
 }
 
 function display_ui()

mercurial