[Libreoffice-commits] online.git: loleaflet/src

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Dec 10 14:30:01 UTC 2018


 loleaflet/src/map/handler/Map.WOPI.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 02e7a2680af111750d7fabd8eaa003d06eca42c5
Author:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Mon Dec 10 15:29:29 2018 +0100
Commit:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Mon Dec 10 15:29:29 2018 +0100

    Remove reference to wrong function name
    
    Change-Id: I7ee24cacfd7facb96419167643202a04ee7adaad

diff --git a/loleaflet/src/map/handler/Map.WOPI.js b/loleaflet/src/map/handler/Map.WOPI.js
index 1eb422cbc..7120977d3 100644
--- a/loleaflet/src/map/handler/Map.WOPI.js
+++ b/loleaflet/src/map/handler/Map.WOPI.js
@@ -193,7 +193,7 @@ L.Map.WOPI = L.Handler.extend({
 				return;
 			}
 			if (this._map._permission !== 'edit') {
-				console.log('No toolbar in readonly mode - ignoring Remove_Button request.');
+				console.log('No toolbar in readonly mode - ignoring request.');
 				return;
 			}
 			if (!w2ui['editbar'].get(msg.Values.id)) {


More information about the Libreoffice-commits mailing list