Enh: LikeAsset is now part of AppAsset and does not need further registration

This commit is contained in:
buddh4 2019-02-22 22:30:13 +01:00
parent 4ad0e8a767
commit 60ce76df2f
3 changed files with 2 additions and 6 deletions

View File

@ -78,6 +78,7 @@ class AppAsset extends AssetBundle
'humhub\modules\topic\assets\TopicAsset',
'humhub\modules\ui\filter\assets\FilterAsset',
'humhub\modules\comment\assets\CommentAsset',
'humhub\modules\like\assets\LikeAsset',
'humhub\assets\NProgressAsset',
'humhub\assets\IE9FixesAsset',
'humhub\assets\IEFixesAsset',

View File

@ -4,6 +4,7 @@ HumHub Change Log
---------------------------
- Fix: Disabled module notification category visible in notification settings.
- Enh: Added `ModuleManager::getEnabledModules()`
- Enh: `LikeAsset` is now part of `AppAsset` and does not need further registration
1.3.10 (February 22, 2019)
---------------------------

View File

@ -18,12 +18,6 @@ use yii\web\AssetBundle;
*/
class LikeAsset extends AssetBundle
{
/**
* @inheritdoc
*/
public $jsOptions = ['position' => \yii\web\View::POS_END];
/**
* @inheritdoc
*/