From ebcfbdfd87734858c26eee5ce3f0c965ce7a8af3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Fri, 18 Apr 2014 16:39:37 +0200 Subject: [PATCH] WebInstallerOutput: Fix path to jquery.js Follow-up to Id5ead145 and I335e4c08. Bug: 64091 Change-Id: If40f479df7d68071d6ce5d2f3b8251e6bf3eb80e --- includes/installer/WebInstallerOutput.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer/WebInstallerOutput.php b/includes/installer/WebInstallerOutput.php index 7a7f1259d6..e8b5b3bc46 100644 --- a/includes/installer/WebInstallerOutput.php +++ b/includes/installer/WebInstallerOutput.php @@ -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" ); } } -- 2.20.1