]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - js/qwebirc.js
iframes should not have borders -- breaks page layout
[irc/quakenet/qwebirc.git] / js / qwebirc.js
index f5981c470d3fc5c356eb41b2df15ecdee485cc10..8e4b08561d2ffddd46fdda4714bb968aa219d9be 100644 (file)
@@ -1,4 +1,4 @@
-var qwebirc = {ui: {themes: {}, style: {}}, irc: {}, util: {crypto: {}}, config: {}, auth: {}, sound: {}, xdomain: {}};
+var qwebirc = {ui: {themes: {}, style: {}}, irc: {}, util: {crypto: {}}, config: {}, auth: {}, sound: {}, connected: false, xdomain: {}};
 
 if(typeof QWEBIRC_BUILD != "undefined") {
   qwebirc.BUILD = QWEBIRC_BUILD;