Javascript functions

This commit is contained in:
Diego Najar 2019-09-11 19:11:18 +02:00
parent fe8ad3c064
commit a31f11d8c6
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@
include(PATH_CORE_JS.'variables.php');
echo '</script>'.PHP_EOL;
echo '<script charset="utf-8">'.PHP_EOL;
include(PATH_CORE_JS.'functions.php');
echo '</script>'.PHP_EOL;
echo '<script charset="utf-8">'.PHP_EOL;
include(PATH_CORE_JS.'bludit-ajax.php');
echo '</script>'.PHP_EOL;