Skip to content

Commit

Permalink
Update ChatJs.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sintret committed Jan 14, 2015
1 parent a8465a2 commit 6bd1774
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ChatJs.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6bd1774

Please sign in to comment.