]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - js/ui/theme.js
IE6 fix.
[irc/quakenet/qwebirc.git] / js / ui / theme.js
index 078a77ca2a962c9d69d4bc9c461771457903a923..a61865a1e291eb9dc158a5e3eef598030f124a2b 100644 (file)
@@ -57,7 +57,7 @@ qwebirc.ui.themes.Default = {
   "WHOISEND": ["End of WHOIS", true],
   "AWAY": ["$n is away: $m", true],
   "GENERICERROR": ["$m: $t", true],
-  "GENERICMESSAGE": ["$m", true],
+  "GENERICMESSAGE": ["$m", true]
 };
 
 qwebirc.ui.Theme = new Class({