Javascript message external
This commit is contained in:
parent
569fbfa8f4
commit
0819798509
7 changed files with 7631 additions and 3518 deletions
|
|
@ -2757,7 +2757,7 @@ function load_all_script()
|
|||
if ( $already_call==1)return;
|
||||
$already_call=1;
|
||||
|
||||
include_once NOALYSS_INCLUDE."/lib/message_javascript.php";
|
||||
|
||||
echo JS_INFOBULLE;
|
||||
echo js_include("jquery-3.6.0.min.js");
|
||||
echo <<<EOF
|
||||
|
|
@ -2787,7 +2787,7 @@ EOF;
|
|||
if (DEBUGNOALYSS > 1) {
|
||||
echo js_include('noalyss_debug.js');
|
||||
}
|
||||
|
||||
echo '<script src="export.php?loadjs=message" type="text/javascript" charset="utf-8"></script>';
|
||||
}
|
||||
/**
|
||||
* @brief Send header and json object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue