Fix Webinstaller after file move
authorFomafix <fomafix@googlemail.com>
Wed, 9 Apr 2014 10:38:53 +0000 (10:38 +0000)
committerReedy <reedy@wikimedia.org>
Wed, 9 Apr 2014 17:47:34 +0000 (17:47 +0000)
Follow-Up to Id5ead1453412e763bdb3763084e43694517088fd

Change-Id: I335e4c08bbafd136c3a8734c9b077a62cb9d989d

includes/installer/WebInstallerOutput.php

index a5e3c8b..7a7f125 100644 (file)
@@ -364,7 +364,7 @@ class WebInstallerOutput {
         * @return string
         */
        public function getJQuery() {
-               return Html::linkedScript( "../resources/jquery/jquery.js" );
+               return Html::linkedScript( "../resources/src/jquery/jquery.js" );
        }
 
 }