diff options
author | Darkeye <postfach@martinmichel.info> | 2011-03-05 23:32:21 (GMT) |
---|---|---|
committer | Darkeye <postfach@martinmichel.info> | 2011-03-05 23:32:21 (GMT) |
commit | 9f5831118c1dae4cb8522b6ea140be5597652c59 (patch) | |
tree | 4a33a40b43d1f0155c8e5fccadd8f45f7bbf608c /files/www/splash.html | |
parent | 8939acc33dec5a41c9f7c6980b0e632aaf46f7a8 (diff) |
Add Splash Help Chat
Diffstat (limited to 'files/www/splash.html')
-rw-r--r-- | files/www/splash.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/files/www/splash.html b/files/www/splash.html index b6abfc2..eb3af30 100644 --- a/files/www/splash.html +++ b/files/www/splash.html @@ -7,6 +7,15 @@ xml:lang="en" lang="en"> <head> +<script type="text/javascript" src="https://static.jappix.com/php/get.php?l=de&t=js&g=mini.xml&f=jquery.js"></script> + +<script type="text/javascript"> + jQuery(document).ready(function() { + MINI_GROUPCHATS = ["support@chat.freifunk-jena.de"]; + launchMini(false, true, "anonymous.jappix.com"); + }); +</script> + <title>Freifunk Jena</title> <link rel="stylesheet" type="text/css" href="/ffj.css" /> |