From 6bd1774d16078e77296c5488c0017b01ad3ff7c0 Mon Sep 17 00:00:00 2001 From: andy fitria Date: Wed, 14 Jan 2015 20:46:53 +0700 Subject: [PATCH] Update ChatJs.php --- ChatJs.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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',