fix infinitescroll in contacts pages
This commit is contained in:
parent
f0ae80b82f
commit
5aa86a5def
1 changed files with 1 additions and 1 deletions
|
|
@ -608,7 +608,7 @@
|
||||||
|
|
||||||
if (scrollTimeout) { clearTimeout(scrollTimeout); }
|
if (scrollTimeout) { clearTimeout(scrollTimeout); }
|
||||||
scrollTimeout = setTimeout(function() {
|
scrollTimeout = setTimeout(function() {
|
||||||
jQuery.event.handle.apply( context, args );
|
jQuery.event.dispatch.apply( context, args );
|
||||||
}, execAsap === "execAsap"? 0 : 100);
|
}, execAsap === "execAsap"? 0 : 100);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue