From: Chris Porter Date: Mon, 20 Oct 2008 01:06:21 +0000 (+0100) Subject: IE6 fix. X-Git-Url: https://jfr.im/git/irc/quakenet/qwebirc.git/commitdiff_plain/41cc1a57df9c8c80a82887f8606bd0b7b19125cf?hp=10952f4b2f192eed33a55d58a52303c8e73c0aa2 IE6 fix. Bump version. --- diff --git a/js/ui/theme.js b/js/ui/theme.js index 078a77c..a61865a 100644 --- a/js/ui/theme.js +++ b/js/ui/theme.js @@ -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({ diff --git a/js/version.js b/js/version.js index c41b7e1..4cd96e2 100644 --- a/js/version.js +++ b/js/version.js @@ -1 +1 @@ -qwebirc.VERSION = "0.50" +qwebirc.VERSION = "0.51"