Browse Source

minor CSS fixes

pull/40/head
Michael Save 12 years ago
parent
commit
8efbd984a4
  1. 2
      js/show-op.js

2
js/show-op.js

@ -23,8 +23,6 @@ $(document).ready(function(){
OP = $('div.post.op a.post_no:eq(1)').text();
}
console.log(OP);
$(this).find('p.body a:not([rel="nofollow"])').each(function() {
var postID;

Loading…
Cancel
Save