From a9993eeec0a16d058bf36301b2f282b29aec15d1 Mon Sep 17 00:00:00 2001 From: aditya Date: Fri, 22 May 2020 21:00:37 +0530 Subject: Add plugin settings in course mail textarea --- yaksh/static/yaksh/js/course.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'yaksh') 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" }); }); -- cgit