diff options
| author | root <root@dino.fm> | 2013-04-21 20:00:42 -0400 |
|---|---|---|
| committer | root <root@dino.fm> | 2013-04-21 20:00:42 -0400 |
| commit | 3790eedc2f48c725c586b8c7b924875fedbeb7b4 (patch) | |
| tree | 6ad7a958495ea2bf8f02846eb9b8ec6127bcb136 /frontend/templates/room.html | |
| parent | 5a309541befe767901b24ca2389a1497d16ab5f5 (diff) | |
getting ready to push
Diffstat (limited to 'frontend/templates/room.html')
| -rw-r--r-- | frontend/templates/room.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/templates/room.html b/frontend/templates/room.html index 544d4f6..3c3f961 100644 --- a/frontend/templates/room.html +++ b/frontend/templates/room.html @@ -15,7 +15,7 @@ <meta property="og:type" content="website"/> <meta property="og:site_name" content="ScannerJammer"/> <meta property="og:description" content="Youtube video chat"/> -<meta property="fb:admins" content="100001923956223,1709246"/> +<!--<meta property="fb:admins" content="100001923956223,1709246"/>--> <meta property="og:title" content="{{ OPENGRAPH_TITLE }}"/> <meta property="og:image" content="{{ OPENGRAPH_IMAGE }}"/> <meta name="description" content="Youtube video chat" /> @@ -60,7 +60,7 @@ <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/" layout="button_count" show_faces="false" width="90" font=""></fb:like> +<!-- <fb:like href="http://scannerjammer.com/" 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%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> --> @@ -202,7 +202,7 @@ roomName = "{{ ROOM }}" // window.location.pathname.split("/")[1] retrograde = false </script> -<script type="text/javascript" src="{{ STATIC_PREFIX }}{{ JS_PATH }}"></script> +<script type="text/javascript" src="{{ STATIC_PREFIX }}{{ JS_PATH }}?v=3"></script> <!-- var sj = document.createElement('script') |
