From 2182b08cc041b39cdf63a21165523e5aad8652e9 Mon Sep 17 00:00:00 2001 From: "T. H. Wright" Date: Wed, 13 Nov 2019 13:15:36 -0500 Subject: [PATCH] Remove columns from mobile. --- mobile/head_tag.html | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/mobile/head_tag.html b/mobile/head_tag.html index 519c9bc..812b564 100644 --- a/mobile/head_tag.html +++ b/mobile/head_tag.html @@ -60,13 +60,6 @@ api.addToolbarPopupMenuOptionsCallback(() => { label: "float_left_button" }; }); -api.addToolbarPopupMenuOptionsCallback(() => { - return { - action: "columns", - icon: "columns", - label: "columns_button" - }; -}); api.modifyClass("controller:composer", { actions: { @@ -90,10 +83,7 @@ api.modifyClass("controller:composer", { }, floatleft() { this.get("toolbarEvent").applySurround('[wrap="floatl"]\n', '\n[/wrap]', "float_left_text"); - }, - columns() { - this.get("toolbarEvent").applySurround('[wrap="columns"]\n', '\n[/wrap]', "columns_text"); - } + } } });