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

View File

@ -120,6 +120,5 @@ $(function() {
$('#remove-banner').click(function(){ $('#remove-banner').click(function(){
$('#banner-view').remove(); $('#banner-view').remove();
$('input[name=remove_banner]').val('1'); $('input[name=remove_banner]').val('1');
$('#settings-form').submit();
}); });
}); });

View File

@ -12482,6 +12482,5 @@ $(function() {
$('#remove-banner').click(function(){ $('#remove-banner').click(function(){
$('#banner-view').remove(); $('#banner-view').remove();
$('input[name=remove_banner]').val('1'); $('input[name=remove_banner]').val('1');
$('#settings-form').submit();
}); });
}); });

View File

@ -12482,6 +12482,5 @@ $(function() {
$('#remove-banner').click(function(){ $('#remove-banner').click(function(){
$('#banner-view').remove(); $('#banner-view').remove();
$('input[name=remove_banner]').val('1'); $('input[name=remove_banner]').val('1');
$('#settings-form').submit();
}); });
}); });

View File

@ -1,4 +1,4 @@
{ {
"css/all.css": "css/all-c5b65085.css", "css/all.css": "css/all-c5b65085.css",
"js/all.js": "js/all-5dbf816c.js" "js/all.js": "js/all-e1f470b3.js"
} }