mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 18:12:26 +03:00
Remove availableLanguages instantiation (not needed any more).
This commit is contained in:
parent
6e53af0356
commit
253286f0ec
1 changed files with 0 additions and 4 deletions
|
@ -30,10 +30,6 @@
|
|||
|
||||
<?php component('backend_footer', ['user_display_name' => vars('user_display_name')]) ?>
|
||||
|
||||
<script>
|
||||
const availableLanguages = <?= json_encode(config('available_languages')) ?>;
|
||||
</script>
|
||||
|
||||
<script src="<?= asset_url('assets/vendor/jquery/jquery.min.js') ?>"></script>
|
||||
<script src="<?= asset_url('assets/vendor/jquery-ui-dist/jquery-ui.min.js') ?>"></script>
|
||||
<script src="<?= asset_url('assets/vendor/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js') ?>"></script>
|
||||
|
|
Loading…
Reference in a new issue