fix js error on the personal settings page (undefined sortable)

This commit is contained in:
Simon Vieille 2021-11-14 20:04:36 +01:00
parent 1aea6ee4f4
commit d37773cf5f
2 changed files with 1 additions and 3 deletions

View File

@ -40,7 +40,6 @@ $choicesSizes = [
];
?>
<div id="side-menu-section">
<div class="section">
<h2>

View File

@ -16,6 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
vendor_script('side_menu', 'html5sortable.min');
script('side_menu', 'admin');
style('side_menu', 'admin');
@ -25,8 +26,6 @@ $choicesYesNo = [
];
?>
<div id="side-menu-section">
<?php if ($_['force']): ?>
<div class="section">