diff --git a/html/index.php b/html/index.php index 3547a4cd8..04d2ccae8 100644 --- a/html/index.php +++ b/html/index.php @@ -151,7 +151,7 @@ echo ' - + '; $my_domain=""; diff --git a/html/js/scripts.js b/html/js/noalyss_script.js similarity index 100% rename from html/js/scripts.js rename to html/js/noalyss_script.js diff --git a/html/js/sorttable.js b/html/js/sorttable.js index 8982f4993..e90e6cf03 100644 --- a/html/js/sorttable.js +++ b/html/js/sorttable.js @@ -458,7 +458,7 @@ if (/WebKit/i.test(navigator.userAgent)) { // sniff } /* for other browsers */ -// Moved into scripts.js +// Moved into noalyss_script.js //window.onload = sorttable.init; // written by Dean Edwards, 2005 diff --git a/include/class/periode.class.php b/include/class/periode.class.php index dd652a0ca..8d91a5f50 100644 --- a/include/class/periode.class.php +++ b/include/class/periode.class.php @@ -504,7 +504,7 @@ class Periode /** * Display a table with all the periode * @param $p_js javascript variable - * @see scripts.js + * @see noalyss_script.js */ static function display_periode_global($p_js) { diff --git a/include/lib/ac_common.php b/include/lib/ac_common.php index 5a870b8cd..d51b0cb3b 100644 --- a/include/lib/ac_common.php +++ b/include/lib/ac_common.php @@ -440,7 +440,7 @@ function html_min_page_start($p_theme="", $p_script="", $p_script2="") " . $p_script2 . " - + "; echo ""; diff --git a/include/lib/function_javascript.php b/include/lib/function_javascript.php index cc23be3b3..70500db0b 100644 --- a/include/lib/function_javascript.php +++ b/include/lib/function_javascript.php @@ -2761,7 +2761,7 @@ function load_all_script() echo js_include('smoke.js'); echo js_include('prototype.js'); echo js_include('scriptaculous.js'); - echo js_include('scripts.js'); + echo js_include('noalyss_script.js'); echo js_include('acc_ledger.js'); echo js_include('accounting_item.js'); echo js_include('ajax_fiche.js'); diff --git a/include/lib/html_input.class.php b/include/lib/html_input.class.php index 875fae9f7..7eb63e166 100755 --- a/include/lib/html_input.class.php +++ b/include/lib/html_input.class.php @@ -1039,7 +1039,7 @@ class HtmlInput /** * Zoom the calendar * @param type $obj objet json for the javascript - * @see calendar_zoom in scripts.js + * @see calendar_zoom in noalyss_script.js */ static function calendar_zoom($obj) { diff --git a/include/lib/itva_popup.class.php b/include/lib/itva_popup.class.php index 4187f669d..c9a3e6ab8 100644 --- a/include/lib/itva_popup.class.php +++ b/include/lib/itva_popup.class.php @@ -131,7 +131,7 @@ class ITva_Popup extends HtmlInput *@brief show a button, if it is pushed show a popup to select the need vat *@note * - a ipopup must be created before with the name popup_tva - * - the javascript scripts.js must be loaded + * - the javascript noalyss_script.js must be loaded *@return string with html code */ function dbutton() diff --git a/include/param_pcmn.inc.php b/include/param_pcmn.inc.php index d9dc4e593..b60637a74 100644 --- a/include/param_pcmn.inc.php +++ b/include/param_pcmn.inc.php @@ -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 */ ?>