summaryrefslogtreecommitdiff
path: root/template/fullscreen.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/fullscreen.st')
-rwxr-xr-xtemplate/fullscreen.st6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/fullscreen.st b/template/fullscreen.st
index 44db7ef..031704c 100755
--- a/template/fullscreen.st
+++ b/template/fullscreen.st
@@ -2,11 +2,11 @@
<head>
<title>dump.fm - fullscreen</title>
<script src="/static/js/jquery-1.4.2.min.js?v=20260126"></script>
- <script src="$domain$/static/js/pichat.js"></script>
- <script src="$domain$/static/js/fullscreen.js?v=20260126"></script>
+ <script src="/static/js/pichat.js"></script>
+ <script src="/static/js/fullscreen.js?v=20260126"></script>
$if(user_nick)$
$else$
- <script src="$domain$/static/js/register.js"></script>
+ <script src="/static/js/register.js"></script>
$endif$
<script>
var LoggedIn = $if(user_nick)$true$else$false$endif$;