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