]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - js/qwebirc.js
Merge pull request #373 from retropc/kill_flash
[irc/quakenet/qwebirc.git] / js / qwebirc.js
index 8601caa4378088b0f25922c6c24d1347427ac67a..8e4b08561d2ffddd46fdda4714bb968aa219d9be 100644 (file)
@@ -1,4 +1,4 @@
-var qwebirc = {ui: {themes: {}, style: {}}, irc: {}, util: {crypto: {}}, config: {}, auth: {}, sound: {}};
+var qwebirc = {ui: {themes: {}, style: {}}, irc: {}, util: {crypto: {}}, config: {}, auth: {}, sound: {}, connected: false, xdomain: {}};
 
 if(typeof QWEBIRC_BUILD != "undefined") {
   qwebirc.BUILD = QWEBIRC_BUILD;