[Libreoffice-commits] online.git: Branch 'libreoffice-5-4' - loleaflet/dist

Pranav Kant pranavk at collabora.co.uk
Wed Jan 31 16:41:36 UTC 2018


 loleaflet/dist/loleaflet.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 56c73f0486d587f500bfceaaaae0a8d89e9c80f1
Author: Pranav Kant <pranavk at collabora.co.uk>
Date:   Fri Nov 10 12:25:04 2017 +0530

    loleaflet: Disable selecting <body> element
    
    Change-Id: I13a6fc949a9b419a0669a8c8fe608f9564991eb9
    (cherry picked from commit 377faf397191cc3ae1e247431bd8b7faa7dc9b8b)
    Reviewed-on: https://gerrit.libreoffice.org/49015
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
    Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/loleaflet/dist/loleaflet.html b/loleaflet/dist/loleaflet.html
index 73c3eb28..4fdeb5b2 100644
--- a/loleaflet/dist/loleaflet.html
+++ b/loleaflet/dist/loleaflet.html
@@ -23,7 +23,7 @@
 <link rel="localizations" href="/loleaflet/%VERSION%/l10n/styles-localizations.json" type="application/vnd.oftn.l10n+json" />
 <link rel="localizations" href="/loleaflet/%VERSION%/l10n/uno-localizations.json" type="application/vnd.oftn.l10n+json" />
 <link rel="localizations" href="/loleaflet/%VERSION%/l10n/help-localizations.json" type="application/vnd.oftn.l10n+json"/>
-  <body>
+  <body style="user-select: none;">
     <!--The "controls" div holds map controls such as the Zoom button and
         it's separated from the map in order to have the controls on the top
         of the page all the time.


More information about the Libreoffice-commits mailing list