Skip to content

Commit

Permalink
Update template.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rocket13011 committed Sep 13, 2023
1 parent 92d581b commit 4734e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions desktop/js/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $("#table_cmd").sortable({
items: ".cmd",
placeholder: "ui-state-highlight",
tolerance: "intersect",
forcePlaceholderSize: true,
forcePlaceholderSize: true
});

/* Fonction permettant l'affichage des commandes dans l'équipement */
Expand Down Expand Up @@ -100,6 +100,6 @@ function addCmdToTable(_cmd) {
tr.find(".cmdAttr[data-l1key=value]").append(result);
tr.setValues(_cmd, ".cmdAttr");
jeedom.cmd.changeType(tr, init(_cmd.subType));
},
}
});
}

0 comments on commit 4734e32

Please sign in to comment.