Fixes
This commit is contained in:
@ -30,8 +30,9 @@
|
||||
cards2.push(
|
||||
{
|
||||
id : '{{$o->id}}',
|
||||
img : 'http://www.augustins.org/documents/10180/156407/{{ $o->image}}'}
|
||||
);
|
||||
img : 'http://www.augustins.org/documents/10180/156407/{{ $o->image}}'
|
||||
}
|
||||
);
|
||||
@endforeach
|
||||
|
||||
var myMem = new Memory({
|
||||
|
@ -117,7 +117,6 @@
|
||||
|
||||
this.physics.startSystem(Phaser.Physics.ARCADE);
|
||||
createPiecesFor(1);
|
||||
drawGrid(1);
|
||||
dateDebut = new Date();
|
||||
}
|
||||
function changePage() {
|
||||
@ -244,7 +243,7 @@
|
||||
if (r.readyState != 4 || r.status != 200) return;
|
||||
setTimeout(function(){
|
||||
location.href = "{{URL::to('puzzle/jouer')}}" + "/" + trophy;
|
||||
}, 3000);
|
||||
}, 6000);
|
||||
};
|
||||
r.send();
|
||||
|
||||
|
Reference in New Issue
Block a user