diff --git a/dist/dropload.js b/dist/dropload.js index 4eb3670..e82345a 100644 --- a/dist/dropload.js +++ b/dist/dropload.js @@ -287,6 +287,7 @@ me.upInsertDOM = false; $(this).remove(); fnRecoverContentHeight(me); + fnAutoLoad(me); }); }else if(me.direction == 'up'){ me.loading = false; @@ -310,4 +311,4 @@ 'transition':'all '+num+'ms' }); } -})(window.Zepto || window.jQuery); \ No newline at end of file +})(window.Zepto || window.jQuery);