diff options
author | egon_ffj <egon@freifunk-jena.de> | 2011-06-22 09:36:23 (GMT) |
---|---|---|
committer | egon_ffj <egon@freifunk-jena.de> | 2011-06-22 09:36:23 (GMT) |
commit | fcc656eab7da3de5fca7c145b2d5162f1edaf6fe (patch) | |
tree | 531c6e07430dd6a87d98675f29446d887584ce36 /files/www/splash.html | |
parent | 6dd756b2460773989b384cfa1a5131cc784d6ff1 (diff) |
* changed jabber-muc on splash from support to chat because more user idle in chat-muc
Diffstat (limited to 'files/www/splash.html')
-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> |