forked from leftypol/leftypol
typo @ vichan-devel#41
This commit is contained in:
parent
eaef338dce
commit
5ae8406236
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ $(window).ready(function() {
|
||||||
$(this).insertAfter($('div.post:last').next()).after('<br class="clear">');
|
$(this).insertAfter($('div.post:last').next()).after('<br class="clear">');
|
||||||
$(document).trigger('new_post', this);
|
$(document).trigger('new_post', this);
|
||||||
// watch.js & auto-reload.js retrigger
|
// watch.js & auto-reload.js retrigger
|
||||||
setTimeout(function() { window.trigger("scroll"); }, 100);
|
setTimeout(function() { $(window).trigger("scroll"); }, 100);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue