Skip to content

Commit

Permalink
"Bootstrap 5 Migration - Rebuilt diffs"
Browse files Browse the repository at this point in the history
  • Loading branch information
nospame committed Sep 6, 2024
1 parent 62a7ccc commit 1613acb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
if (action === 'resend') {
$btn = $('#resend-all-button');
$btn.disableButton();
@@ -166,7 +166,7 @@
@@ -167,7 +167,7 @@
// leaving as is to preserve behavior
if (isActionPossibleForCheckedItems(action)) {
if (isActionPossibleForCheckedItems(action, checkedRecords)) {
hideAllWarnings();
- $popUp.modal('show');
+ $popUp.modal('show'); /* todo B5: plugin:modal */
} else {
showWarning('not-allowed');
}
@@ -251,7 +251,7 @@
@@ -240,7 +240,7 @@
} else {
btn.text(gettext('Failed'));
btn.addClass('btn-danger');
Expand Down

0 comments on commit 1613acb

Please sign in to comment.