Skip to content

Commit

Permalink
fix: remove unused params in categorySubmit invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Ruf authored and DanielRuf committed Dec 8, 2018
1 parent b4269c2 commit b6bad10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ define([
return function (config, element) {
config = config || {};
jQuery(element).on('click', function () {
categorySubmit(config.url, config.ajax);
categorySubmit();
});
};
});

0 comments on commit b6bad10

Please sign in to comment.