diff options
author | egon0 <ms@resonar.de> | 2011-06-22 09:36:23 (GMT) |
---|---|---|
committer | egon0 <ms@resonar.de> | 2011-06-22 09:36:23 (GMT) |
commit | 5b116ea61a2614905a7c261edae4b2ab57b8bce1 (patch) | |
tree | 531c6e07430dd6a87d98675f29446d887584ce36 | |
parent | 3459200b10bfb86c8f00d92f9ec1a767abbe1999 (diff) |
* changed jabber-muc on splash from support to chat because more user idle in chat-muc
-rw-r--r-- | files/www/splash.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/www/splash.html b/files/www/splash.html index c912e35..7b85b5e 100644 --- a/files/www/splash.html +++ b/files/www/splash.html @@ -10,7 +10,7 @@ <script type="text/javascript"> jQuery(document).ready(function() { - MINI_GROUPCHATS = ["support@chat.freifunk-jena.de"]; + MINI_GROUPCHATS = ["chat@chat.freifunk-jena.de"]; launchMini(false, true, "anonymous.jappix.com"); }); </script> |