mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 18:11:40 -05:00
remove unneeded event.preventDefault()
This commit is contained in:
parent
38b4296755
commit
511847c944
1 changed files with 0 additions and 2 deletions
|
@ -88,8 +88,6 @@ Template.posts_list_controller.helpers({
|
|||
|
||||
// what to do when user clicks "load more"
|
||||
loadMoreHandler: function (instance) {
|
||||
event.preventDefault();
|
||||
|
||||
// increase limit by 5 and update it
|
||||
var limit = instance.postsLimit.get();
|
||||
limit += Settings.get('postsPerPage', 10);
|
||||
|
|
Loading…
Add table
Reference in a new issue