X-Git-Url: https://jfr.im/git/irc/quakenet/qwebirc.git/blobdiff_plain/328efde251c4ce30d106d2172100303feee29b2f..c22afc5da1f522280292cc4cb5b21439c1e601eb:/js/qwebirc.js diff --git a/js/qwebirc.js b/js/qwebirc.js index 8601caa..f5981c4 100644 --- a/js/qwebirc.js +++ b/js/qwebirc.js @@ -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: {}, xdomain: {}}; if(typeof QWEBIRC_BUILD != "undefined") { qwebirc.BUILD = QWEBIRC_BUILD;