From 1519de9fa58fe80a2a606760ffbc16e2b2b09637 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Tue, 13 Feb 2018 23:42:42 -0700 Subject: [PATCH] Temporarily remove fullscreen editing button (issue #6) --- static/js/content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']],