From 6d8824d71ea7de09e6992eb4a5dc807792aa827e Mon Sep 17 00:00:00 2001 From: HWFord Date: Thu, 11 Mar 2021 16:15:59 +0100 Subject: [PATCH] =?UTF-8?q?enl=C3=A8ve=20le=20mod=C3=A8le=20a=20qui=20pose?= =?UTF-8?q?=20probl=C3=A8me?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/static/js/composer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/static/js/composer.js b/frontend/static/js/composer.js index 00d2151..cbb7dec 100644 --- a/frontend/static/js/composer.js +++ b/frontend/static/js/composer.js @@ -210,7 +210,7 @@ composer = (function () { var _initComposer = function () { //TODO use config file to load html templates instead of ["a","b"] - ["a", "b"].forEach(function (m) { + ["b"].forEach(function (m) { $.ajax({ url: "/static/html/model-" + m + ".html", dataType: "text",