summaryrefslogtreecommitdiff
path: root/template/chat.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/chat.st')
-rwxr-xr-xtemplate/chat.st31
1 files changed, 0 insertions, 31 deletions
diff --git a/template/chat.st b/template/chat.st
index 4d792ae..2c0f15f 100755
--- a/template/chat.st
+++ b/template/chat.st
@@ -37,37 +37,6 @@
});
}
</script>
- $if(isadminroom)$
- <style>
- .stats {
- background: #FFF;
- z-index: 500000;
- position: fixed;
- top: 450px;
- right: 25px;
- width: 400px;
- border: 1px solid #ccc;
- padding: 1em;
- }
-
- .stats a {
- margin: 0.75em;
- }
-
- .stats a { color: #666; }
- .stats a:hover { color: blue; }
- .stats a.active { text-decoration: underline;
- color: black; }
-
- .stats #statschart { position: relative; margin: 1em; }
- </style>
- <script type="text/javascript"
- src="http://cloud.github.com/downloads/danvk/dygraphs/dygraph-combined.js"></script>
- <script src="/static/js/stats.js"></script>
- <script>
- jQuery(document).ready(initStats);
- </script>
- $endif$
</head>
<body onload="MM_preloadImages('/static/thumbs_up_sm.gif')">
$banner()$