NIHVIVO-2280: Removed checkbox form element for multiple accounts deletion when javascript is disable.

This commit is contained in:
manolobevia 2011-07-06 19:40:30 +00:00
parent c2d1a05c2a
commit 20f39dc25c
2 changed files with 2 additions and 2 deletions

View file

@ -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 ) {