Skip to content

Commit

Permalink
enlève le modèle a qui pose problème
Browse files Browse the repository at this point in the history
  • Loading branch information
HWFord committed Mar 11, 2021
1 parent 9801b1a commit 6d8824d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/static/js/composer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6d8824d

Please sign in to comment.