diff options
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/templates/directory.html | 4 | ||||
| -rw-r--r-- | frontend/templates/profile.html | 6 | ||||
| -rw-r--r-- | frontend/templates/room.html | 4 | ||||
| -rw-r--r-- | frontend/templates/roomlist.html | 6 |
4 files changed, 10 insertions, 10 deletions
diff --git a/frontend/templates/directory.html b/frontend/templates/directory.html index 4aae068..00383ef 100644 --- a/frontend/templates/directory.html +++ b/frontend/templates/directory.html @@ -217,7 +217,7 @@ h2 </head> <body> <section id="logo"> - <a href="/"><img src="http://scannerjammer.com/img/scanjam-title.gif" width="347" height="44" id="scanjam" border="0" /></a> + <a href="/"><img src="http://scannerjammer.fm/img/scanjam-title.gif" width="347" height="44" id="scanjam" border="0" /></a> <h1 id="header">high score directory</h1> </section> <section id="logobg"></section> @@ -225,7 +225,7 @@ h2 <ul id="directory"></ul> </section> <section id="likebutton"> - <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="http://scannerjammer.com:17769/" show_faces="true" width="450" font=""></fb:like> + <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="http://scannerjammer.fm/" show_faces="true" width="450" font=""></fb:like> </section> <section class="cloudleft"></section> <section class="cloudright"></section> diff --git a/frontend/templates/profile.html b/frontend/templates/profile.html index c277207..510be77 100644 --- a/frontend/templates/profile.html +++ b/frontend/templates/profile.html @@ -78,7 +78,7 @@ <!-- <fb:like href="{{ STATIC_PREFIX }}/" layout="button_count" show_faces="false" width="90" font=""></fb:like> --> -<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scannerjammer.com:17769%2F&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"id="fblike"></iframe> +<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scannerjammer.fm%2F&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"id="fblike"></iframe> </div> </div> @@ -117,8 +117,8 @@ </body> <script type="text/javascript">document.getElementById("plea").style.display="none"</script> <script type="text/javascript"> - serverHost = "scannerjammer.com" - serverPort = 19898 + serverHost = "scannerjammer.fm" + serverPort = 80 var userVideoQueue = {{VIDZ|safe}} var userVideoQueueTitle = "my scans" var topVideoQueue = {{TOPZ|safe}} diff --git a/frontend/templates/room.html b/frontend/templates/room.html index 2ce2edd..a75cc85 100644 --- a/frontend/templates/room.html +++ b/frontend/templates/room.html @@ -60,9 +60,9 @@ <h2 id='preamblewords' class='preamblish'>Post urls into the chat!<br/>Use arrow keys to switch videos<br/>Hit L key to LIKE<br/>Hit ESC to switch views</h2> <h1 id="heading"></h1> <div id="likebutton"> - <fb:like href="http://scannerjammer.com:17769/" layout="button_count" show_faces="false" width="90" font=""></fb:like> + <fb:like href="http://scannerjammer.fm/" layout="button_count" show_faces="false" width="90" font=""></fb:like> <!-- -<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scannerjammer.com:17769%2F&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"id="fblike"></iframe> +<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scannerjammer.fm%2F&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"id="fblike"></iframe> --> </div> diff --git a/frontend/templates/roomlist.html b/frontend/templates/roomlist.html index 3839d0a..94b3f63 100644 --- a/frontend/templates/roomlist.html +++ b/frontend/templates/roomlist.html @@ -57,7 +57,7 @@ <!-- <fb:like href="{{ STATIC_PREFIX }}/" layout="button_count" show_faces="false" width="90" font=""></fb:like> --> -<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scannerjammer.com:17769%2F&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"id="fblike"></iframe> +<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scannerjammer.fm%2F&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"id="fblike"></iframe> </div> </div> @@ -66,8 +66,8 @@ </section> </body> <script type="text/javascript"> - var serverHost = "scannerjammer.com"; - var serverPort = 19898; + var serverHost = "scannerjammer.fm"; + var serverPort = 80; var ROOM_LIST = {{ROOM_LIST|safe}}; </script> <script type="text/javascript">if (navigator.userAgent.indexOf("MSIE") !== -1) { document.getElementById("lunacy").style.display="block" }</script> |
