mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 13:38:20 +01:00
Fixes #208
This commit is contained in:
parent
42254fc0b3
commit
5e6917b298
@ -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();
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
@ -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();
|
|
||||||
});
|
});
|
||||||
});
|
});
|
@ -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();
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
@ -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"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user