diff options
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" /> |