Skip to content

Commit

Permalink
[CHANGE] Switch to x-editable v1.5.4 for Bootstrap 5 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeufer committed Jan 18, 2024
1 parent 34179df commit ee96a97
Show file tree
Hide file tree
Showing 16 changed files with 6,988 additions and 7,145 deletions.
4 changes: 2 additions & 2 deletions aasrp/static/aasrp/javascript/aa-srp-view-requests.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ $(document).ready(() => {
`{csrfmiddlewaretoken:'${aaSrpSettings.csrfToken}'}`
)
.attr('data-pk', srpRequestCode)
.attr('data-tooltip', 'enable')
// .attr('data-bs-title', aaSrpSettings.translation.changeSrpPayoutAmount)
.attr('title', aaSrpSettings.translation.changeSrpPayoutAmount)
.attr(
'data-url',
Expand Down Expand Up @@ -269,7 +269,7 @@ $(document).ready(() => {
});

// Show bootstrap tooltips
$('[data-tooltip="enable"]').tooltip();
// $('[data-tooltip="enable"]').tooltip();
});

/**
Expand Down
2 changes: 1 addition & 1 deletion aasrp/static/aasrp/javascript/aa-srp-view-requests.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ee96a97

Please sign in to comment.