mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°5621 Move JQuery 3.5.1 to NPM
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user