diff options
Diffstat (limited to 'template/chat.st')
| -rw-r--r-- | template/chat.st | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/template/chat.st b/template/chat.st index 851aaa1..9d0ae6c 100644 --- a/template/chat.st +++ b/template/chat.st @@ -20,12 +20,11 @@ $head()$ <title>$roomname$ dump.fm</title> <META name="keywords" content="credit, mortgage, dating, hot girls, hot guys, debt solutions, get rich quick"> - <link rel="stylesheet" type="text/css" href="/static/css/dump.css"> - <script type="text/javascript" src="/static/js/invalid_domains.js"></script> - <script type="text/javascript" src="/static/webcam/webcam.js"></script> - <script type="text/javascript" src="/static/js/ajaxupload.js"></script> + <link rel="stylesheet" type="text/css" href="http://dump.fm/static/css/dump.css"> + <script type="text/javascript" src="http://dump.fm/static/webcam/webcam.js"></script> + <script type="text/javascript" src="http://dump.fm/static/js/ajaxupload.js"></script> $if(user_nick)$ - <script type="text/javascript" src="/json/$user_nick$/favorites"></script> + <script type="text/javascript" src="http://dump.fm/json/$user_nick$/favorites"></script> $endif$ <script> jQuery(document).ready(initChat); |
