Remove "connected!" pop-up used for testing

Thu, 18 Mar 2010 15:48:51 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 18 Mar 2010 15:48:51 +0000
changeset 14
5f5e198381cc
parent 13
7ae5a537d7f1
child 15
071c513502d1

Remove "connected!" pop-up used for testing

js/supportchat.js file | annotate | diff | comparison | revisions
--- a/js/supportchat.js	Thu Mar 11 10:17:39 2010 +0000
+++ b/js/supportchat.js	Thu Mar 18 15:48:51 2010 +0000
@@ -19,12 +19,6 @@
 	
 	if(err)
 		alert(err); //FIXME: Handle gracefully
-	
-	if(status == Strophe.Status.CONNECTED)
-	{
-		//FIXME: Join MUC
-		alert("Connected!");
-	}
 }
 
 /* Initiate the connection to the XMPP server */

mercurial