Fixes on widget uploder

This commit is contained in:
Ludovic CANDELLIER
2021-04-15 23:58:51 +02:00
parent f5ca57fdf2
commit 096351ae4e
14 changed files with 102 additions and 83 deletions

View File

@@ -8,8 +8,12 @@
$(this).find('i').toggleClass('fa-chevron-right fa-chevron-down')
});
}
</script>
$(function() {
initChevron();
});
</script>
@endpush
@php(define('LOAD_CHEVRON', true))