watch.js: update status on new own posts as fast as possible. fixes vichan-devel#41
This commit is contained in:
parent
46d527ecf6
commit
9109096ea8
@ -85,6 +85,8 @@ $(window).ready(function() {
|
||||
if($('#' + id).length == 0) {
|
||||
$(this).insertAfter($('div.post:last').next()).after('<br class="clear">');
|
||||
$(document).trigger('new_post', this);
|
||||
// watch.js & auto-reload.js retrigger
|
||||
setTimeout(function() { window.trigger("scroll"); }, 100);
|
||||
}
|
||||
});
|
||||
|
||||
|
@ -360,7 +360,7 @@ $(function(){
|
||||
fetch_jsons();
|
||||
refresh = false;
|
||||
}
|
||||
});
|
||||
}).trigger("scroll");
|
||||
|
||||
if (typeof add_title_collector != "undefined")
|
||||
add_title_collector(function() {
|
||||
|
Loading…
Reference in New Issue
Block a user