diff options
Diffstat (limited to 'template/rooms')
| -rwxr-xr-x | template/rooms/fullscreen.st | 2 | ||||
| -rwxr-xr-x | template/rooms/fullscreen2.st | 2 | ||||
| -rwxr-xr-x | template/rooms/mgmt.st | 2 | ||||
| -rwxr-xr-x | template/rooms/nocss.st | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/template/rooms/fullscreen.st b/template/rooms/fullscreen.st index 3a75db0..004684f 100755 --- a/template/rooms/fullscreen.st +++ b/template/rooms/fullscreen.st @@ -2,7 +2,7 @@ <head> <title>dump.fm - fullscreen</title> <script src="/static/js/jquery-1.4.2.min.js?v=20260126"></script> - <script src="/static/js/pichat.js"></script> + <script src="/static/js/pichat.js?v=20260130"></script> <script src="/static/js/fullscreen.js?v=20260126"></script> <script> var LoggedIn = $if(user_nick)$true$else$false$endif$; diff --git a/template/rooms/fullscreen2.st b/template/rooms/fullscreen2.st index 3a75db0..004684f 100755 --- a/template/rooms/fullscreen2.st +++ b/template/rooms/fullscreen2.st @@ -2,7 +2,7 @@ <head> <title>dump.fm - fullscreen</title> <script src="/static/js/jquery-1.4.2.min.js?v=20260126"></script> - <script src="/static/js/pichat.js"></script> + <script src="/static/js/pichat.js?v=20260130"></script> <script src="/static/js/fullscreen.js?v=20260126"></script> <script> var LoggedIn = $if(user_nick)$true$else$false$endif$; diff --git a/template/rooms/mgmt.st b/template/rooms/mgmt.st index 5a1797b..c020d89 100755 --- a/template/rooms/mgmt.st +++ b/template/rooms/mgmt.st @@ -21,7 +21,7 @@ <meta name="description" content="dump.fm - Talk with pictures!" /> <script type="text/javascript" src="/static/js/jquery-1.4.2.min.js?v=20260126"></script> <script type="text/javascript" src="/static/js/jquery-ui-1.8.effects.min.js"></script> -<script type="text/javascript" src="/static/js/pichat.js"></script> +<script type="text/javascript" src="/static/js/pichat.js?v=20260130"></script> <link rel="stylesheet" type="text/css" href="/static/css/mgmt.css"> <link rel="stylesheet" type="text/css" href="/static/css/chat_wrapper.css?v=20260129"> <script>Domain = "/"</script> diff --git a/template/rooms/nocss.st b/template/rooms/nocss.st index 0124d72..527a306 100755 --- a/template/rooms/nocss.st +++ b/template/rooms/nocss.st @@ -23,7 +23,7 @@ <link rel="shortcut icon" href="/static/favicon.ico"> <link rel="image_src" href="/static/img/thumbs/heartover.gif" > <!-- <script type="text/javascript" src="/static/js/jquery-ui-1.8.effects.min.js"></script> --> -<script type="text/javascript" src="/static/js/pichat.js"></script> +<script type="text/javascript" src="/static/js/pichat.js?v=20260130"></script> <link rel="stylesheet" type="text/css" href="/static/css/chat_wrapper.css?v=20260129"> <script>Domain = "/"</script> |
