N°5621 Move JQuery 3.5.1 to NPM

This commit is contained in:
Pierre Goiffon
2024-02-16 16:08:17 +01:00
parent fada9793f0
commit 39d1ddeab8
40 changed files with 361 additions and 381 deletions

View File

@@ -9,7 +9,7 @@ class OAuthLandingController extends Controller
{
public function OperationLanding()
{
$this->AddLinkedScript(utils::GetAbsoluteUrlAppRoot().'/js/jquery.min.js');
$this->AddLinkedScript(utils::GetAbsoluteUrlAppRoot().'node_modules/jquery/dist/jquery.min.js');
$this->DisplayPage([], null, static::ENUM_PAGE_TYPE_BASIC_HTML);
}
}