Hide image and formula buttons in the sheet app

pull/1/head
yflory 6 years ago
parent ad3ee14d2b
commit c3d8d27b33

@ -679,7 +679,9 @@ define([
'#fm-btn-save { display: none !important; }' + '#fm-btn-save { display: none !important; }' +
'#panel-settings-general tr.autosave { display: none !important; }' + '#panel-settings-general tr.autosave { display: none !important; }' +
'#panel-settings-general tr.coauth { display: none !important; }' + '#panel-settings-general tr.coauth { display: none !important; }' +
'#header { display: none !important; }'; '#header { display: none !important; }' +
'#id-toolbar-full-placeholder-btn-insertimage { display: none; }' +
'#id-toolbar-full-placeholder-btn-insertequation { display: none; }';
$('<style>').text(css).appendTo($tb); $('<style>').text(css).appendTo($tb);
if (UI.findOKButton().length) { if (UI.findOKButton().length) {
UI.findOKButton().on('focusout', function () { UI.findOKButton().on('focusout', function () {

Loading…
Cancel
Save