loleaflet/html/loleaflet.html.m4 | 12 ------------ 1 file changed, 12 deletions(-)
New commits: commit a5536109afc50bca57a5cd39f9a48f2d8d51b1d1 Author: Henry Castro <[email protected]> AuthorDate: Tue Mar 5 14:59:00 2019 -0400 Commit: Henry Castro <[email protected]> CommitDate: Tue Mar 5 15:04:59 2019 -0400 loleaflet: remove 'link rel="localizations"' tags Change-Id: I4887f36344d70b3c3a1c9e28d1486673199ab169 diff --git a/loleaflet/html/loleaflet.html.m4 b/loleaflet/html/loleaflet.html.m4 index cdd52297d..6f0322d94 100644 --- a/loleaflet/html/loleaflet.html.m4 +++ b/loleaflet/html/loleaflet.html.m4 @@ -60,18 +60,6 @@ ifelse(MOBILEAPP,[true], ])]dnl )dnl <!--%BRANDING_CSS%--> <!-- add your logo here --> -ifelse(MOBILEAPP,[true], - [<link rel="localizations" href="l10n/uno-localizations-override.json" type="application/vnd.oftn.l10n+json"/> - <link rel="localizations" href="l10n/localizations.json" type="application/vnd.oftn.l10n+json"/> - <link rel="localizations" href="l10n/locore-localizations.json" type="application/vnd.oftn.l10n+json"/> - <link rel="localizations" href="l10n/help-localizations.json" type="application/vnd.oftn.l10n+json"/> - <link rel="localizations" href="l10n/uno-localizations.json" type="application/vnd.oftn.l10n+json"/>], - [<link rel="localizations" href="%SERVICE_ROOT%/loleaflet/%VERSION%/l10n/uno-localizations-override.json" type="application/vnd.oftn.l10n+json"/> - <link rel="localizations" href="%SERVICE_ROOT%/loleaflet/%VERSION%/l10n/localizations.json" type="application/vnd.oftn.l10n+json"/> - <link rel="localizations" href="%SERVICE_ROOT%/loleaflet/%VERSION%/l10n/locore-localizations.json" type="application/vnd.oftn.l10n+json"/> - <link rel="localizations" href="%SERVICE_ROOT%/loleaflet/%VERSION%/l10n/help-localizations.json" type="application/vnd.oftn.l10n+json"/> - <link rel="localizations" href="%SERVICE_ROOT%/loleaflet/%VERSION%/l10n/uno-localizations.json" type="application/vnd.oftn.l10n+json"/>] -)dnl </head> <body style="user-select: none;"> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
