Gerrit Patch Uploader has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/124821

Change subject: Fix Webinstaller after file move
......................................................................

Fix Webinstaller after file move

Follow-Up to Id5ead1453412e763bdb3763084e43694517088fd

Change-Id: I335e4c08bbafd136c3a8734c9b077a62cb9d989d
---
M includes/installer/WebInstallerOutput.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/21/124821/1

diff --git a/includes/installer/WebInstallerOutput.php 
b/includes/installer/WebInstallerOutput.php
index a5e3c8b..7a7f125 100644
--- a/includes/installer/WebInstallerOutput.php
+++ b/includes/installer/WebInstallerOutput.php
@@ -364,7 +364,7 @@
         * @return string
         */
        public function getJQuery() {
-               return Html::linkedScript( "../resources/jquery/jquery.js" );
+               return Html::linkedScript( "../resources/src/jquery/jquery.js" 
);
        }
 
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/124821
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I335e4c08bbafd136c3a8734c9b077a62cb9d989d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Gerrit Patch Uploader <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to