[Libreoffice-commits] online.git: loleaflet/html
thais-dev (via logerrit)
logerrit at kemper.freedesktop.org
Fri Aug 21 14:12:26 UTC 2020
loleaflet/html/loleaflet.html.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 43904d459853461b362760b1c2a48c70540b85e8
Author: thais-dev <thais.vieira at collabora.com>
AuthorDate: Fri Aug 21 09:36:34 2020 -0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Fri Aug 21 16:12:06 2020 +0200
Fix comment syntax.
Change-Id: Ia726b1b46c1aa2ca7d2757441e6699956313b924
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/101142
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Tor Lillqvist <tml at collabora.com>
diff --git a/loleaflet/html/loleaflet.html.m4 b/loleaflet/html/loleaflet.html.m4
index 4d357ff5c..1b55d0b9d 100644
--- a/loleaflet/html/loleaflet.html.m4
+++ b/loleaflet/html/loleaflet.html.m4
@@ -267,7 +267,7 @@ m4_ifelse(MOBILEAPP,[true],
window.tileSize = 256;])
m4_syscmd([cat ]GLOBAL_JS)m4_dnl
-<!-- Dynamically load the appropriate *-mobile.css, *-tablet.css or *-desktop.css -->
+// Dynamically load the appropriate *-mobile.css, *-tablet.css or *-desktop.css
var link = document.createElement('link');
link.setAttribute("rel", "stylesheet");
link.setAttribute("type", "text/css");
More information about the Libreoffice-commits
mailing list