Conflicts:
	templates/page.html
This commit is contained in:
czaks
2013-06-21 16:41:39 -04:00
13 changed files with 126 additions and 55 deletions

View File

@@ -16,6 +16,9 @@
$(document).ready(function(){
if($('div.banner').length == 0)
return; // not index
if($(".post.op").size() != 1)
return; //not thread page
var poll_interval;

View File

@@ -20,6 +20,8 @@ onready(function(){
if(id = $link.text().match(/^>>(\d+)$/)) {
id = id[1];
} else {
return;
}
var $post = false;