rmrevin / yii2-comments

Yii 2 comments extension
MIT License
52 stars 19 forks source link

Multiple jquery.js includes #16

Closed kashtanoff closed 8 years ago

kashtanoff commented 8 years ago

I have in AppAsset this code:

public $depends = ['yii\web\YiiAsset' ]; public $jsOptions = ['position' => \yii\web\View::POS_HEAD];

and

public $depends = [ '\yii\web\YiiAsset', '\yii\web\JqueryAsset', ]; in yii-comments.

With this config i have 2 jquery.js in page code. One in head and one in bottom.