From 3cb61cac179c42d614d74f16407cb9d7ee522cf7 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Tue, 5 Nov 2013 18:56:33 -0500 Subject: [PATCH] fixed jqueryasset path. --- framework/yii/web/JqueryAsset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/yii/web/JqueryAsset.php b/framework/yii/web/JqueryAsset.php index 90d2df6..4efab8e 100644 --- a/framework/yii/web/JqueryAsset.php +++ b/framework/yii/web/JqueryAsset.php @@ -15,7 +15,7 @@ namespace yii\web; */ class JqueryAsset extends AssetBundle { - public $sourcePath = '@vendor/yiisoft/jquery'; + public $sourcePath = '@vendor/frameworks/jquery'; public $js = [ 'jquery.js', ];