Commit cbab0951 by Qiang Xue

reverted back jquery asset.

parent 3cb61cac
......@@ -66,7 +66,7 @@
"require": {
"php": ">=5.4.0",
"yiisoft/yii2-composer": "*",
"frameworks/jquery": "1.10.*",
"yiisoft/jquery": "1.10.*",
"ext-mbstring": "*",
"lib-pcre": "*",
"phpspec/php-diff": "dev-master",
......
......@@ -15,7 +15,7 @@ namespace yii\web;
*/
class JqueryAsset extends AssetBundle
{
public $sourcePath = '@vendor/frameworks/jquery';
public $sourcePath = '@vendor/yiisoft/jquery';
public $js = [
'jquery.js',
];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment