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

New commits:
commit 377faf397191cc3ae1e247431bd8b7faa7dc9b8b
Author: Pranav Kant <pran...@collabora.co.uk>
Date:   Fri Nov 10 12:25:04 2017 +0530

    loleaflet: Disable selecting <body> element
    
    Change-Id: I13a6fc949a9b419a0669a8c8fe608f9564991eb9

diff --git a/loleaflet/dist/loleaflet.html b/loleaflet/dist/loleaflet.html
index 13e60e54..1bc8072c 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.
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to