summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2019-12-18 19:51:14 +0000
committerMichael Meeks <michael.meeks@collabora.com>2019-12-18 19:53:05 +0000
commita8a91e43df4f2ea040c57280b67c2e78eeb544cf (patch)
treed414b70d7d4f5445a4d3193bd7a7687c2441696b
parentfc04ba5502d331bde58d796000a787f98b6c87aa (diff)
disable insert comment on calc mobile.
There is no good way to show/hide these on phone yet. Change-Id: I6b78a12b5438fbf521e4017444b6c3455521d4c3
-rw-r--r--loleaflet/src/layer/tile/CalcTileLayer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/loleaflet/src/layer/tile/CalcTileLayer.js b/loleaflet/src/layer/tile/CalcTileLayer.js
index 0ed4fb4b8..1aaae8ad2 100644
--- a/loleaflet/src/layer/tile/CalcTileLayer.js
+++ b/loleaflet/src/layer/tile/CalcTileLayer.js
@@ -111,7 +111,7 @@ L.CalcTileLayer = L.TileLayer.extend({
{type: 'button', id: 'redo', img: 'redo', hint: _UNO('.uno:Redo'), uno: 'Redo', disabled: true},
{type: 'button', id: 'mobile_wizard', img: 'mobile_wizard', disabled: true},
{type: 'button', id: 'insertion_mobile_wizard', img: 'insertion_mobile_wizard', disabled: true},
- {type: 'button', id: 'insertcomment', img: 'insertcomment', disabled: true},
+// {type: 'button', id: 'insertcomment', img: 'insertcomment', disabled: true},
{type: 'button', id: 'fullscreen', img: 'fullscreen', hint: _UNO('.uno:FullScreen', 'text')},
{type: 'drop', id: 'userlist', img: 'users', html: '<div id="userlist_container"><table id="userlist_table"><tbody></tbody></table>' +
'<hr><table class="loleaflet-font" id="editor-btn">' +