loleaflet/dist/loleaflet.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 56c73f0486d587f500bfceaaaae0a8d89e9c80f1 Author: Pranav Kant <[email protected]> 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 <[email protected]> Tested-by: Samuel Mehrbrodt <[email protected]> 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. _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
