Skip to content

Commit

Permalink
fixed add group with no logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Eichar committed Dec 5, 2012
1 parent f76a528 commit 87066a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web/src/main/webapp/xsl/group-update.xsl
Expand Up @@ -16,6 +16,12 @@
alert('A group name must be filled in.');
return;
}

if($('upload').value == '') {
$('upload').remove();
$('logofile').remove();
}

document.groupUpdateForm.submit()
}
</script>
Expand Down

0 comments on commit 87066a3

Please sign in to comment.