Browse Source

remove post area prompt when posting new msg

nin-v2
myleneb 9 years ago
parent
commit
07733890a2
  1. 3
      js/theme_option.js

3
js/theme_option.js

@ -113,7 +113,10 @@ function reOrganizeTemplates() { // for nin's templating @@ -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…
Cancel
Save