From 7a7e03700c76c59f2027ae848be497f6a2d484ca Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Fri, 4 Jun 2021 09:28:49 +0200 Subject: Update applications --- content/Informatique/2020-12-05-graphviz_en_js.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'content/Informatique') diff --git a/content/Informatique/2020-12-05-graphviz_en_js.rst b/content/Informatique/2020-12-05-graphviz_en_js.rst index 7ecbcb1..b51926e 100755 --- a/content/Informatique/2020-12-05-graphviz_en_js.rst +++ b/content/Informatique/2020-12-05-graphviz_en_js.rst @@ -143,9 +143,8 @@ La démo load_button.onclick = async function() { var note = document.getElementById('note'); note.remove(); - var s1 = getScript("/resources/viz.js/download.js"); - var s2 = getScript("/resources/viz.js/convert.js"); - await Promise.all([s1, s2]); + var s1 = getScript("/resources/viz.js/convert.js"); + await Promise.all([s1]); generator.load(); var overlay = document.getElementById("overlay"); overlay.remove(); -- cgit v1.2.3