This commit is contained in:
James Brooks
2015-01-01 17:17:20 +00:00
parent 42254fc0b3
commit 5e6917b298
4 changed files with 1 additions and 4 deletions
-1
View File
@@ -120,6 +120,5 @@ $(function() {
$('#remove-banner').click(function(){
$('#banner-view').remove();
$('input[name=remove_banner]').val('1');
$('#settings-form').submit();
});
});