]> jfr.im git - irc/quakenet/qwebirc.git/commitdiff
IE6 fix.
authorChris Porter <redacted>
Mon, 20 Oct 2008 01:06:21 +0000 (02:06 +0100)
committerChris Porter <redacted>
Mon, 20 Oct 2008 01:06:21 +0000 (02:06 +0100)
Bump version.

js/ui/theme.js
js/version.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({
index c41b7e1a79362b92606cce6890a547ca3e0a9893..4cd96e2cf55c3939ba4ac823337ef4f2b248e2fc 100644 (file)
@@ -1 +1 @@
-qwebirc.VERSION = "0.50"
+qwebirc.VERSION = "0.51"