plugins/main/tmpl/index.html in rsence-pre-2.2.0.27 vs plugins/main/tmpl/index.html in rsence-pre-2.2.0.28

- old
+ new

@@ -3,14 +3,7 @@ <!-- This page is served to you by RSence - http://rsence.org/ --> <title>__DEFAULT_TITLE__</title> <style type="text/css">body{margin:0;padding:0;background-color:#ddd;font-family:Arial,sans-serif;}</style> __SCRIPT_DEPS__ <!--[if lt IE 7]><script src="__CLIENT_BASE__/js/iefix.js"></script><![endif]--> - -<script> - -var RSenceInit = function(){ - /** Runtime configuration: **/ - RSence.serverConf('__CLIENT_BASE__','__CLIENT_HELLO__'); -}; - -</script></head><body id="body"><noscript>__NOSCRIPT__</noscript></body></html> +<script>RSence.serverConf('__CLIENT_BASE__','__CLIENT_HELLO__');</script></head> +<body id="body"><noscript>__NOSCRIPT__</noscript></body></html>