diff --git a/ChatJs.php b/ChatJs.php index ccdbb29..eaf59a0 100644 --- a/ChatJs.php +++ b/ChatJs.php @@ -17,10 +17,8 @@ class ChatJs extends AssetBundle { public $sourcePath = '@vendor/sintret/yii2-chat-adminlte/assets'; - public $css = [ - ]; - public $js = [ // Configured conditionally (source/minified) during init() - 'js/chat.css', + public $js = [ + 'js/chat.js', ]; public $depends = [ 'yii\web\JqueryAsset',