diff options
Diffstat (limited to 'yaksh/static')
-rw-r--r-- | yaksh/static/yaksh/js/lesson.js | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/yaksh/static/yaksh/js/lesson.js b/yaksh/static/yaksh/js/lesson.js index 23446dc..6eaf6c6 100644 --- a/yaksh/static/yaksh/js/lesson.js +++ b/yaksh/static/yaksh/js/lesson.js @@ -90,18 +90,4 @@ $(document).ready(function(){ } $(this).next('.custom-file-label').html(files.join(', ')); }); - $(function() { - tinymce.init({ - selector: 'textarea#id_description', - setup : function(ed) { - ed.on('change', function(e) { - tinymce.triggerSave(); - }); - }, - max_height: 400, - height: 400, - plugins: "image code link", - convert_urls: false - }); - }); }); |