mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°7315 - Migrate deprecated usages of WebPage::add_linked_script()
This commit is contained in:
@@ -235,8 +235,8 @@ function FormatDatesInPreview(sRadioSelector, sPreviewSelector)
|
||||
}
|
||||
EOF
|
||||
);
|
||||
$oP->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/tabularfieldsselector.js');
|
||||
$oP->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/jquery.dragtable.js');
|
||||
$oP->LinkScriptFromAppRoot('js/tabularfieldsselector.js');
|
||||
$oP->LinkScriptFromAppRoot('js/jquery.dragtable.js');
|
||||
$oP->add_linked_stylesheet(utils::GetAbsoluteUrlAppRoot().'css/dragtable.css');
|
||||
|
||||
$oForm = FormUIBlockFactory::MakeStandard("export-form");
|
||||
|
||||
Reference in New Issue
Block a user