summaryrefslogtreecommitdiff
path: root/frontend/templates/room.html
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/templates/room.html')
-rwxr-xr-x[-rw-r--r--]frontend/templates/room.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/frontend/templates/room.html b/frontend/templates/room.html
index 3c3f961..85ee451 100644..100755
--- a/frontend/templates/room.html
+++ b/frontend/templates/room.html
@@ -4,12 +4,14 @@
<html>
<head>
<title>{{ UCROOM }}</title>
-<link href="{{ STATIC_PREFIX }}/css/sasscss/screen.css" media="screen, projection" rel="stylesheet" type="text/css" />
+<link href="{{ STATIC_PREFIX }}/css/sasscss/screen.css?v=2" media="screen, projection" rel="stylesheet" type="text/css" />
<link href="{{ STATIC_PREFIX }}/css/sasscss/tiny.css" media="screen, projection" rel="alternate stylesheet" type="text/css" title="tiny" disabled="disabled" />
<link href="{{ STATIC_PREFIX }}/css/sasscss/{{ ROOM }}.css" media="screen, projection" rel="alternate stylesheet" type="text/css" title="{{ ROOM }}" disabled="disabled" />
<link href="{{ STATIC_PREFIX }}/css/{{ ROOM }}.css" media="screen, projection" rel="alternate stylesheet" type="text/css" title="custom" disabled="disabled" />
<link href="{{ STATIC_PREFIX }}/css/sasscss/gallery-white.css" media="screen, projection" rel="alternate stylesheet" type="text/css" title="white" disabled="disabled" />
<link rel="shortcut icon" href="{{ STATIC_PREFIX }}/favicon.ico" />
+
+<link href='http://fonts.googleapis.com/css?family=Lekton' rel='stylesheet' type='text/css'>
<meta http-equiv="Content-Type" content="text/html; charset=iso=8859-1" />
<meta property="og:url" content="{{ STATIC_PREFIX }}/{{ ROOM }}/"/>
<meta property="og:type" content="website"/>
@@ -195,7 +197,6 @@
</body>
<script type="text/javascript">if (navigator.userAgent.indexOf("MSIE") !== -1) { document.getElementById("lunacy").style.display="block" }</script>
-<script src="http://staging.tokbox.com/v0.91/js/TB.min.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
serverHost = "{{ SERVER_HOST }}"
serverPort = {{ SERVER_PORT }}
@@ -208,7 +209,7 @@
var sj = document.createElement('script')
sj.type = 'text/javascript'
sj.async = 'true'
- sj.src = '{{ STATIC_PREFIX }}/js/sj6.js?t=' + new Date().getTime().toString()
+ sj.src = '{{ STATIC_PREFIX }}/js/sj_compiled.js?t=' + new Date().getTime().toString()
var scripts = document.getElementsByTagName('script')
scripts[scripts.length-1].parentNode.insertBefore(sj, scripts[scripts.length-1])