Skip to content

Commit

Permalink
revert 9b961b8
Browse files Browse the repository at this point in the history
  • Loading branch information
Salvialf committed Jan 14, 2024
1 parent 9b961b8 commit 75f2898
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion desktop/js/display.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ if (!jeeFrontEnd.display) {
filter: 'ul.cmdSortable',
multiDrag: true,
selectedClass: 'dragSelected',
chosenClass: 'dragSelected',
avoidImplicitDeselect: true,
onSelect: function(evt) {
if (!evt.item.querySelector('.cb_selEqLogic').checked) {
Expand Down
1 change: 0 additions & 1 deletion desktop/js/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ sortLists.forEach(_group => {
handle: '.bt_sortable, .cb_selEqLogic',
multiDrag: true,
selectedClass: 'dragSelected',
chosenClass: 'dragSelected',
avoidImplicitDeselect: true,
removeCloneOnHide: true,
onSelect: function(evt) {
Expand Down

0 comments on commit 75f2898

Please sign in to comment.