From b211a4f5be9f17db6af80346dee383c869d56984 Mon Sep 17 00:00:00 2001 From: robbertuittenbroek Date: Mon, 3 Jun 2024 11:22:47 +0200 Subject: [PATCH] Add setup for tasks card --- tad/site/static/js/tad.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tad/site/static/js/tad.js b/tad/site/static/js/tad.js index 7971e06f9..80ce0bad0 100644 --- a/tad/site/static/js/tad.js +++ b/tad/site/static/js/tad.js @@ -2,7 +2,7 @@ window.onload = function () { const columns = document.getElementsByClassName("progress_cards_container"); for (var i = 0; i < columns.length; i++) { - new Sortable(columns[i], { + new Sortable(columns[i], { //NOSONAR group: 'shared', // set both lists to same group animation: 150, onEnd: function (evt) {