mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-19 07:50:39 +08:00
reverted back jquery asset.
This commit is contained in:
@@ -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',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user