cleanup
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
<meta name="description" content="pyramid web application">
|
||||
<meta name="author" content="Pylons Project">
|
||||
|
||||
<title>Free Online Gamblingc</title>
|
||||
<title>Free Online Gambling</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="//oss.maxcdn.com/libs/twitter-bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet">
|
||||
@ -33,8 +33,6 @@
|
||||
};
|
||||
|
||||
socket.onmessage = function(event) {
|
||||
//alert(`[message] Data received from server: ${event.data}`);
|
||||
//if (event.data == "reload") {
|
||||
let x = JSON.parse(event.data);
|
||||
let fct = x.fct;
|
||||
if (fct == "reload") {
|
||||
|
Reference in New Issue
Block a user