Enable posting from catalog without JS

Thank you based lewdposter
This commit is contained in:
discomrade 2021-10-01 06:03:58 +00:00
parent b227982390
commit 79156cbbe4
2 changed files with 7 additions and 8 deletions

View file

@ -45,9 +45,4 @@ if (active_page == 'catalog') $(function(){
$(this).css('width', 'auto');
}
});
$('#post-form-opener').on('click', function(e) {
$('#post-form-container').css('display', 'unset');
$('#post-form-opener').css('display', 'none');
});
});