diff options
-rw-r--r-- | yaksh/static/yaksh/js/course.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/yaksh/static/yaksh/js/course.js b/yaksh/static/yaksh/js/course.js index 19f8562..d469af4 100644 --- a/yaksh/static/yaksh/js/course.js +++ b/yaksh/static/yaksh/js/course.js @@ -52,8 +52,9 @@ $(document).ready(function(){ $(function() {
tinymce.init({
selector: 'textarea#email_body',
- max_height: 200,
- height: 200
+ max_height: 400,
+ height: 400,
+ plugins: "code image link"
});
});
|