Skip to content

Commit

Permalink
Update TinyMceAsset.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Le Phuong authored Oct 22, 2017
1 parent 87a7a88 commit aac5a94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/TinyMceAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ public function init() {
$this->depends = [
'yii\web\YiiAsset',
];
$this->sourcePath = '@bower/tinymce-dist';
$this->sourcePath = '@bower/tinymce';
$this->js = ['tinymce.min.js'];
$this->jsOptions = ['position' => View::POS_HEAD];
}
}
}

0 comments on commit aac5a94

Please sign in to comment.