This is an automated email from the ASF dual-hosted git repository. marcus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/openoffice-org.git
commit 152d7e47859c58180087314355661dbc69ba0861 Author: Marcus <[email protected]> AuthorDate: Wed May 12 23:05:11 2021 +0200 Disabled the event box --- assets/eo/msg_prop_l10n_eo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/eo/msg_prop_l10n_eo.js b/assets/eo/msg_prop_l10n_eo.js index 2c07123..23e1704 100644 --- a/assets/eo/msg_prop_l10n_eo.js +++ b/assets/eo/msg_prop_l10n_eo.js @@ -16,7 +16,7 @@ var l10n = new Object(); // Graphic, text and links to show inside the event box. // "true" = Show the box, "false" = Do not show. -l10n.index_event_box_show = true; +l10n.index_event_box_show = false; // Logo graphic. l10n.index_event_box_graphic_src = "/images/ASF-at-15-EPS.png"; // Alternative text for the graphic.
