Some more fixes

Warning dialog about missing Javascript removed from subscription dialog. The warning would flash in any case (even when Javascript is activated)
This commit is contained in:
Tomas Bures 2019-02-17 17:18:59 +00:00
parent df2a8c1cde
commit f7b5aef0e3
5 changed files with 2 additions and 14 deletions

View file

@ -1,8 +1 @@
{{{flashMessages}}}
{{#if needsJsWarning}}
<div class="alert alert-danger js-warning" role="alert">
<strong>{{#translate}}warning!{{/translate}}</strong>
{{#translate}}javaScriptMustBeEnabledInOrderForThis{{/translate}}
</div>
{{/if}}