mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 23:09:10 +08:00
fixed jqueryasset path.
This commit is contained in:
@@ -15,7 +15,7 @@ namespace yii\web;
|
|||||||
*/
|
*/
|
||||||
class JqueryAsset extends AssetBundle
|
class JqueryAsset extends AssetBundle
|
||||||
{
|
{
|
||||||
public $sourcePath = '@vendor/yiisoft/jquery';
|
public $sourcePath = '@vendor/frameworks/jquery';
|
||||||
public $js = [
|
public $js = [
|
||||||
'jquery.js',
|
'jquery.js',
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user