master
pisouvigne 5 years ago
parent 27a9d42fae
commit 41bd29e25f

@ -42,6 +42,7 @@
</div> </div>
</body> </body>
<script> <script>
document.location.href="../../vue/index.html"
function play(){ function play(){
var e = document.getElementById("jeu-select"); var e = document.getElementById("jeu-select");
var strUser = e.options[e.selectedIndex].value; var strUser = e.options[e.selectedIndex].value;

@ -63,6 +63,7 @@
</div> </div>
<div id="play-container"></div> <div id="play-container"></div>
<script> <script>
document.location.href="../../vue/index.html";
var mobile = false; var mobile = false;
var switchs = [], lineCount = [], logiques = [],lines = [], endLines = [],end, switchsInfo= [], switchsInfoCopy = [],lineRemove = []; var switchs = [], lineCount = [], logiques = [],lines = [], endLines = [],end, switchsInfo= [], switchsInfoCopy = [],lineRemove = [];

Loading…
Cancel
Save