mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Enh: LikeAsset
is now part of AppAsset
and does not need further registration
This commit is contained in:
parent
4ad0e8a767
commit
60ce76df2f
@ -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',
|
||||
|
@ -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)
|
||||
---------------------------
|
||||
|
@ -18,12 +18,6 @@ use yii\web\AssetBundle;
|
||||
*/
|
||||
class LikeAsset extends AssetBundle
|
||||
{
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
public $jsOptions = ['position' => \yii\web\View::POS_END];
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user