typo @ vichan-devel#41

This commit is contained in:
czaks 2014-01-26 18:58:42 +01:00
parent eaef338dce
commit 5ae8406236

View File

@ -86,7 +86,7 @@ $(window).ready(function() {
$(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);
setTimeout(function() { $(window).trigger("scroll"); }, 100);
}
});