* update room chat to the new protocol. This needs a couple more tweaks but I'm...
[citadel.git] / webcit / static / wclib.js
index 8fd9b16bd2bb12062379b7b598503ace174e9cfd..6d5f228202aec18688407124e37c56f5413a1d76 100644 (file)
@@ -36,7 +36,6 @@ Event.observe(window, 'load', resizeViewport);
 Event.observe(window, 'resize', resizeViewport);
 //document.observe("dom:loaded", setupPrefEngine);
 document.observe("dom:loaded", setupIconBar);
-document.observe('dom:loaded', function() { if (!!document.getElementById("ib_chat_launch")) { $('ib_chat_launch').observe('click', launchChat); } });
 function CtdlRandomString()  {
        return((Math.random()+'').substr(3));
 }