diff --git a/layouts/xedition/js/layout.js b/layouts/xedition/js/layout.js index e7cfd8c67..0f9bbabe4 100644 --- a/layouts/xedition/js/layout.js +++ b/layouts/xedition/js/layout.js @@ -126,6 +126,11 @@ time: 3000 }); } + + // Login help, warning + $("#warning").on('click', function(e){ + $(this).css('display', 'none'); + }); // Scroll to top var scrollToTop = function() { diff --git a/layouts/xedition/layout.html b/layouts/xedition/layout.html index 751748857..61ecbed39 100644 --- a/layouts/xedition/layout.html +++ b/layouts/xedition/layout.html @@ -1,5 +1,5 @@ -{Context::addHtmlHeader('')} +{Context::addHtmlHeader('')} @@ -477,6 +477,7 @@ {$lang->keep_signed}
+

{str_replace('\n\n', '
', $lang->about_keep_signed)}