diff options
Diffstat (limited to 'template/rooms/fullscreen2.st')
| -rwxr-xr-x | template/rooms/fullscreen2.st | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/rooms/fullscreen2.st b/template/rooms/fullscreen2.st index 41f2f88..c34898c 100755 --- a/template/rooms/fullscreen2.st +++ b/template/rooms/fullscreen2.st @@ -2,8 +2,8 @@ <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> <script> var LoggedIn = $if(user_nick)$true$else$false$endif$; var Timestamp = $timestamp$; |
