2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-11 07:24:15 +00:00

Replace all instances of data-toggle with data-bs-toggle

This commit is contained in:
Oliver
2021-10-27 22:06:30 +11:00
parent e178a2c370
commit a004f293ff
21 changed files with 193 additions and 201 deletions

View File

@ -1728,7 +1728,7 @@ function constructField(name, parameters, options) {
<div class='panel-heading form-panel-heading' id='form-panel-heading-${group}'>`;
if (group_options.collapsible) {
html += `
<div data-toggle='collapse' data-target='#form-panel-content-${group}'>
<div data-bs-toggle='collapse' data-target='#form-panel-content-${group}'>
<a href='#'><span id='group-icon-${group}' class='fas fa-angle-up'></span>
`;
} else {