Browse Source

Merge branch 'master' of github.com:kakaranet/games

Roman Dayneko 11 years ago
parent
commit
3caff61c14
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/face/priv/templates/index.html

+ 1 - 1
apps/face/priv/templates/index.html

@@ -10,7 +10,7 @@
 </head>
 <body>
 {{body}}
-<script>var transition = {pid: '', host: 'localhost' };</script>
+<script>var transition = {pid: '' };</script>
 <script>function handle_web_socket(body) { console.log(String(bert.decodebuf(body))); } </script>
 <script src='/static/nitrogen/bullet.js' type='text/javascript' charset='utf-8'></script>
 <script src='/static/nitrogen/n2o.js' type='text/javascript' charset='utf-8'></script>