# HG changeset patch # User Matthew Wild # Date 1268927331 0 # Node ID 5f5e198381cc8be2735adbe24fe7d287a6a0a020 # Parent 7ae5a537d7f176804c23825e3bd022f5c4ce5208 Remove "connected!" pop-up used for testing diff -r 7ae5a537d7f1 -r 5f5e198381cc js/supportchat.js --- 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 */