Quick dropdown toggle

This commit is contained in:
Miguel Nogueira 2020-09-02 19:24:32 +01:00
parent 3040afd730
commit bd530696d2
1 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,9 @@
@yield('content')
@include('breadcrumbs.footer')
<script>
$('.dropdown-toggle').dropdown()
</script>
</body>
</html>