210fda03 by Jeff Balicki

pagenation

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 81631c1e
......@@ -26243,7 +26243,9 @@
setTimeout(myLazyLoad.update(), 2000);
});
$(document).on("click", ".page-item ", function (e) {
setTimeout(myLazyLoad.update(), 2000);
$('html, body, #page').animate({
scrollTop: $("#search-wrapper").offset().top - 250
}, 100);
});
});
document.addEventListener('wpcf7mailsent', function (event) {
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -57,7 +57,9 @@ jQuery(document).ready(function($) {
$(document).on("click", ".page-item ", function(e){
setTimeout( myLazyLoad.update(), 2000);
$('html, body, #page').animate({
scrollTop: $("#search-wrapper").offset().top - 250
}, 100);
});
......
......@@ -2,6 +2,6 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.474
Version: 1.0.475
*/
......