]> 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 03e8b80d1cc0a486777e1b1b73eae1a553cb80b1..8e4b08561d2ffddd46fdda4714bb968aa219d9be 100644 (file)
@@ -1,4 +1,4 @@
-var qwebirc = {ui: {themes: {}, style: {}}, irc: {}, util: {crypto: {}}, config: {}, auth: {}, sound: {}, connected: false};
+var qwebirc = {ui: {themes: {}, style: {}}, irc: {}, util: {crypto: {}}, config: {}, auth: {}, sound: {}, connected: false, xdomain: {}};
 
 if(typeof QWEBIRC_BUILD != "undefined") {
   qwebirc.BUILD = QWEBIRC_BUILD;