]> jfr.im git - irc/quakenet/qwebirc.git/blob - js/qwebirc.js
iframes should not have borders -- breaks page layout
[irc/quakenet/qwebirc.git] / js / qwebirc.js
1 var qwebirc = {ui: {themes: {}, style: {}}, irc: {}, util: {crypto: {}}, config: {}, auth: {}, sound: {}, connected: false, xdomain: {}};
2
3 if(typeof QWEBIRC_BUILD != "undefined") {
4 qwebirc.BUILD = QWEBIRC_BUILD;
5 qwebirc.FILE_SUFFIX = "-" + QWEBIRC_BUILD;
6 } else {
7 qwebirc.BUILD = null;
8 qwebirc.FILE_SUFFIX = "";
9 }