Skip to content

Commit

Permalink
Merge branch 'master' into PHRAS-4033-log-doc-workerRunningJob
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaillat authored Mar 19, 2024
2 parents 3744399 + ef254ef commit 8683f1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/web/prod/upload/lazaret.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@
$("button.subtitute-lazaret", scope).bind('click', function (event) {
const that = $(this);
const $elementRow = that.closest(".lazaretElement");
var container = $(this).closest('.wrapper-item');
if(!$elementRow.attr("hasSelected")) {
return false;
}
Expand Down

0 comments on commit 8683f1f

Please sign in to comment.