From 6e4721945cb9a8344a816fc2638888a21a871f5e Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Tue, 13 Feb 2018 23:02:20 -0700 Subject: [PATCH] Remove line height button --- static/js/content.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/content.js b/static/js/content.js index d87026a..3fd4ce4 100644 --- a/static/js/content.js +++ b/static/js/content.js @@ -12,7 +12,6 @@ $(".edit-btn").click(function () { ['insert', ['picture', 'link', 'video', 'table']], ['fontsize', ['fontsize']], ['para', ['ul', 'ol', 'paragraph']], - ['height', ['height']] ] }); });