code improve rename scripts.js -> noalyss_script.js

This commit is contained in:
sparkyx 2021-05-27 17:55:15 +02:00
parent 7abb7704c4
commit e5e2a1ecfd
9 changed files with 9 additions and 9 deletions

View file

@ -71,8 +71,8 @@ $mtable->set_callback("ajax_misc.php");
$mtable->create_js_script();
echo $mtable->display_table(" where pcm_val::text like '{$g_start}%' order by pcm_val::text ");
/* it will override the classic onscroll (see scripts.js)
* @see scripts.js
/* it will override the classic onscroll (see noalyss_script.js)
* @see noalyss_script.js
*/
?>