mirror of
https://github.com/twisterarmy/theme_nin.git
synced 2025-02-07 04:24:27 +00:00
remove post area prompt when posting new msg
This commit is contained in:
parent
9386ed2e69
commit
07733890a2
@ -113,7 +113,10 @@ function reOrganizeTemplates() { // for nin's templating
|
||||
if(!$('.mini-profile .post-area').hasClass('display')) {$('.mini-profile .post-area').addClass('display');}
|
||||
else {$('.mini-profile .post-area').removeClass('display');}
|
||||
return false;
|
||||
});
|
||||
|
||||
$('.mini-profile .post-area .post-submit').bind( 'click', function() {
|
||||
$('.mini-profile .post-area').removeClass('display');
|
||||
});
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user