Timeline bugfixes
This commit is contained in:
@ -38,6 +38,10 @@ $query = http_build_query(array_filter(array(
|
||||
return false;
|
||||
}
|
||||
$.get("action.php?a=true¬es=" + thread, function(data) {
|
||||
thread = getUrlParameter('thread');
|
||||
if (typeof thread == 'undefined') {
|
||||
return false;
|
||||
}
|
||||
$( ".post_notes" ).html(data);
|
||||
});
|
||||
}, 15000);
|
||||
|
Reference in New Issue
Block a user