Remove the individual include of javascript, and it is replaced by load_all_script()
This commit is contained in:
parent
04c9613bf4
commit
bb8d63eefd
8 changed files with 5 additions and 48 deletions
|
|
@ -32,19 +32,6 @@ include_once ("class_user.php");
|
|||
include_once ("user_menu.php");
|
||||
require_once('class_ipopup.php');
|
||||
|
||||
/* Load all the needed javascript */
|
||||
echo js_include('prototype.js');
|
||||
echo js_include('scriptaculous.js');
|
||||
echo js_include('effects.js');
|
||||
echo js_include('controls.js');
|
||||
echo js_include('scripts.js');
|
||||
echo js_include('acc_ledger.js');
|
||||
echo js_include('card.js');
|
||||
echo js_include('accounting_item.js');
|
||||
echo JS_INFOBULLE;
|
||||
echo js_include('ajax_fiche.js');
|
||||
echo js_include('dragdrop.js');
|
||||
echo js_include('acc_report.js');
|
||||
|
||||
echo ICard::ipopup('ipopcard');
|
||||
echo ICard::ipopup('ipop_newcard');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue