typo @ vichan-devel#41
This commit is contained in:
parent
eaef338dce
commit
5ae8406236
@ -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…
Reference in New Issue
Block a user