Skip to content

Commit

Permalink
Add setup for tasks card
Browse files Browse the repository at this point in the history
  • Loading branch information
uittenbroekrobbert committed Jun 3, 2024
1 parent cedf1b7 commit b211a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tad/site/static/js/tad.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b211a4f

Please sign in to comment.