diff --git a/webapp/web/js/account/accountUtils.js b/webapp/web/js/account/accountUtils.js index 3535239d0..903f7b2a5 100644 --- a/webapp/web/js/account/accountUtils.js +++ b/webapp/web/js/account/accountUtils.js @@ -18,7 +18,7 @@ $(document).ready(function(){ //Delete accounts //Show is javascript is enable - $('input:checkbox[name=delete-all]').show(); + $('input:checkbox[name=delete-all]').removeClass('hidden'); $('input:checkbox[name=delete-all]').click(function(){ if ( this.checked ) { diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl index 2dc4665d8..db679e948 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl @@ -82,7 +82,7 @@ - + Email Address