scoll down to doc for mobile on show all as well
This commit is contained in:
parent
22154a5ee1
commit
77180e4fd6
@ -325,6 +325,10 @@ var flag = true;
|
||||
$("html, body").animate({ scrollTop: $(document).height() }, 1000);
|
||||
//(... rest of your JS code)
|
||||
});
|
||||
$("#showall").on('click', function(event){
|
||||
$("html, body").animate({ scrollTop: $(document).height() }, 1000);
|
||||
//(... rest of your JS code)
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user