WebInstallerOutput: Fix path to jquery.js
Follow-up to Id5ead145 and I335e4c08. Bug: 64091 Change-Id: If40f479df7d68071d6ce5d2f3b8251e6bf3eb80e
This commit is contained in:
parent
fd3ac84a6b
commit
ebcfbdfd87
1 changed files with 1 additions and 1 deletions
|
|
@ -364,7 +364,7 @@ class WebInstallerOutput {
|
|||
* @return string
|
||||
*/
|
||||
public function getJQuery() {
|
||||
return Html::linkedScript( "../resources/src/jquery/jquery.js" );
|
||||
return Html::linkedScript( "../resources/lib/jquery/jquery.js" );
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue