diff --git a/static/js/content.js b/static/js/content.js index 1548486..7022f58 100644 --- a/static/js/content.js +++ b/static/js/content.js @@ -7,7 +7,7 @@ $(".edit-btn").click(function () { $("#tile-" + tileid + "-content .tile-html").summernote({ focus: true, toolbar: [ - ['start', ['fullscreen', 'style']], + ['start', ['style']], ['style', ['bold', 'italic', 'underline', 'clear']], ['font', ['strikethrough', 'superscript', 'subscript']], ['insert', ['picture', 'link', 'video', 'table']],