Browse Source

javascripts: fixed interactions (BEWARE, inline-expanding.js now requires jquery! fix your configs)

Conflicts:
	js/expand.js
	js/inline-expanding.js
pull/40/head
czaks 11 years ago
committed by Michael Foster
parent
commit
2868dd7886
  1. 1
      js/inline-expanding.js
  2. 4
      js/show-backlinks.js

1
js/inline-expanding.js

@ -64,4 +64,3 @@ onready(function(){
}
});

4
js/show-backlinks.js

@ -46,5 +46,9 @@ onready(function(){
};
$('div.post.reply').each(showBackLinks);
$(document).bind('new_post', function(e, post) {
showBackLinks.call(post);
});
});

Loading…
Cancel
Save