Renamed language_script.php to js_language_script.php for clarity
This commit is contained in:
parent
c9d9153594
commit
bb3665272d
5 changed files with 4 additions and 4 deletions
|
@ -55,7 +55,7 @@
|
|||
<script src="<?= asset_url('assets/js/utils/general_functions.js') ?>"></script>
|
||||
|
||||
<?php component('js_config_script') ?>
|
||||
<?php component('language_script') ?>
|
||||
<?php component('js_language_script') ?>
|
||||
|
||||
<script>
|
||||
const GlobalVariables = {
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
<script src="<?= asset_url('assets/js/utils/general_functions.js') ?>"></script>
|
||||
|
||||
<?php component('js_config_script') ?>
|
||||
<?php component('language_script') ?>
|
||||
<?php component('js_language_script') ?>
|
||||
|
||||
<?php slot('scripts') ?>
|
||||
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
<script src="<?= asset_url('assets/js/utils/general_functions.js') ?>"></script>
|
||||
|
||||
<?php component('js_config_script') ?>
|
||||
<?php component('language_script') ?>
|
||||
<?php component('js_language_script') ?>
|
||||
|
||||
<script>
|
||||
$(function () {
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
<script src="<?= asset_url('assets/js/utils/general_functions.js') ?>"></script>
|
||||
|
||||
<?php component('js_config_script') ?>
|
||||
<?php component('language_script') ?>
|
||||
<?php component('js_language_script') ?>
|
||||
|
||||
<?php google_analytics_script() ?>
|
||||
|
||||
|
|
Loading…
Reference in a new issue