forked from leftypol/leftypol
javascripts: fixed interactions (BEWARE, inline-expanding.js now requires jquery! fix your configs)
This commit is contained in:
parent
9b3eb9c2ca
commit
1d76164e29
3 changed files with 39 additions and 25 deletions
|
@ -46,5 +46,9 @@ onready(function(){
|
|||
};
|
||||
|
||||
$('div.post.reply').each(showBackLinks);
|
||||
|
||||
$(document).bind('new_post', function(e, post) {
|
||||
showBackLinks.call(post);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue