This commit is contained in:
2020-12-06 21:56:16 +01:00
parent 1b9ccc65ab
commit abccd2e51a
3 changed files with 11 additions and 25 deletions

View File

@ -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") {