From d071610628ca77431d3ab6fed65fce1dc6c7ba28 Mon Sep 17 00:00:00 2001 From: adplantade Date: Mon, 22 Jun 2020 14:43:36 +0200 Subject: [PATCH] =?UTF-8?q?actualisation=20du=20r=C3=A9sultat=20en=20cas?= =?UTF-8?q?=20de=20changement=20d'ordre=20dans=20la=20pile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/index.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/code/index.html b/code/index.html index 1ca831f..6260eab 100644 --- a/code/index.html +++ b/code/index.html @@ -26,10 +26,10 @@ @@ -402,6 +402,8 @@ //[fromTab,toTab]=[toTab,fromTab]; toutDessiner(fromTab,eval("canvas"+from),eval("ctx"+from)); toutDessiner(toTab,eval("canvas"+to),eval("ctx"+to)); + toutDessiner(tabTotal,canvasT,ctxT); + empiler(); }