N°7251 Remove usages of deprecated JS libs

Only js/json.js was used, but it is a polyfill that is not necessary anymore considering our browser requirements (see https://www.itophub.io/wiki/page?id=latest:install:requirements#web_browser)
This commit is contained in:
Pierre Goiffon
2024-02-28 15:10:06 +01:00
parent c8810708ef
commit fbe7f559d2
3 changed files with 0 additions and 3 deletions

View File

@@ -33,7 +33,6 @@ ApplicationMenu::CheckMenuIdEnabled('UniversalSearchMenu');
$oAppContext = new ApplicationContext();
$oP = new iTopWebPage(Dict::S('UI:UniversalSearchTitle'));
$oP->add_linked_script("../js/json.js");
$oP->add_linked_script("../js/forms-json-utils.js");
$oP->add_linked_script("../js/wizardhelper.js");
$oP->add_linked_script("../js/wizard.utils.js");