From 5ae84062369de7e14291b7344eb55381dd9bd8f3 Mon Sep 17 00:00:00 2001 From: czaks Date: Sun, 26 Jan 2014 18:58:42 +0100 Subject: [PATCH] typo @ vichan-devel#41 --- js/ajax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ajax.js b/js/ajax.js index f456099d..f37dc9c8 100644 --- a/js/ajax.js +++ b/js/ajax.js @@ -86,7 +86,7 @@ $(window).ready(function() { $(this).insertAfter($('div.post:last').next()).after('
'); $(document).trigger('new_post', this); // watch.js & auto-reload.js retrigger - setTimeout(function() { window.trigger("scroll"); }, 100); + setTimeout(function() { $(window).trigger("scroll"); }, 100); } });