Merge branch 'master' of https://github.com/matthieupenchenat81/ModuleWeb
This commit is contained in:
commit
72c741fa57
@ -180,7 +180,7 @@
|
|||||||
trophee.alpha = 0;
|
trophee.alpha = 0;
|
||||||
tween = game.add.tween(trophee).to( { alpha: 1 }, 1000).start();
|
tween = game.add.tween(trophee).to( { alpha: 1 }, 1000).start();
|
||||||
var r = new XMLHttpRequest();
|
var r = new XMLHttpRequest();
|
||||||
r.open("GET", "{{URL::to('setRecords')}}", true);
|
r.open("GET", "{{URL::to('setRecords')}}" + "/" + trophy, true);
|
||||||
r.onreadystatechange = function () {
|
r.onreadystatechange = function () {
|
||||||
if (r.readyState != 4 || r.status != 200) return;
|
if (r.readyState != 4 || r.status != 200) return;
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
|
Reference in New Issue
Block a user