fix(js): corrige lien vers mobile-sidebar.js
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0723137efd
commit
4b5f2327e7
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
<button id="mobile-button" class="menu-button"><svg class="icon icon-bars" alt=""><use xlink:href="#icon-bars"></use></svg> <span class="sr-only">Afficher le menu</span></button>
|
||||
<!-- Footer -->
|
||||
|
||||
<?php echo Theme::js('mobile-sidebar.js'); ?>
|
||||
<?php echo Theme::js('js/mobile-sidebar.js'); ?>
|
||||
<!-- Load Bludit Plugins: Site Body End -->
|
||||
<?php Theme::plugins('siteBodyEnd'); ?>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue