Typo , debug information, jQuery available

This commit is contained in:
sparkyx 2021-07-08 17:23:22 +02:00
parent d217bd12b8
commit d06f7a89d5
4 changed files with 22 additions and 14 deletions

View file

@ -2758,6 +2758,10 @@ function load_all_script()
include_once NOALYSS_INCLUDE."/lib/message_javascript.php";
echo JS_INFOBULLE;
echo js_include("jquery-3.6.0.min.js");
echo <<<EOF
<script>jQuery.noConflict();</script>
EOF;
echo js_include('smoke.js');
echo js_include('prototype.js');
echo js_include('scriptaculous.js');