WebInstallerOutput: Fix path to jquery.js
authorBartosz Dziewoński <matma.rex@gmail.com>
Fri, 18 Apr 2014 14:39:37 +0000 (16:39 +0200)
committerSiebrand <siebrand@kitano.nl>
Fri, 18 Apr 2014 15:31:49 +0000 (15:31 +0000)
Follow-up to Id5ead145 and I335e4c08.

Bug: 64091
Change-Id: If40f479df7d68071d6ce5d2f3b8251e6bf3eb80e

includes/installer/WebInstallerOutput.php

index 7a7f125..e8b5b3b 100644 (file)
@@ -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" );
        }
 
 }