From: Fomafix Date: Wed, 9 Apr 2014 10:38:53 +0000 (+0000) Subject: Fix Webinstaller after file move X-Git-Tag: 1.31.0-rc.0~16302 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/%7B%7B%20url_for%28%27vote%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=commitdiff_plain;h=d1176624a449948f3974bf8ec0ae525cf11c7118;p=lhc%2Fweb%2Fwiklou.git Fix Webinstaller after file move Follow-Up to Id5ead1453412e763bdb3763084e43694517088fd Change-Id: I335e4c08bbafd136c3a8734c9b077a62cb9d989d --- diff --git a/includes/installer/WebInstallerOutput.php b/includes/installer/WebInstallerOutput.php index a5e3c8b03a..7a7f1259d6 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/jquery/jquery.js" ); + return Html::linkedScript( "../resources/src/jquery/jquery.js" ); } }