Private GIT

Skip to content
Snippets Groups Projects
Commit 20e50294 authored by Kevin Duret's avatar Kevin Duret Committed by Kevin Duret
Browse files

fix(lib): allow chaining on jquery pagination plugin (#6219)

parent abd1e4e3
Branches
No related tags found
No related merge requests found
...@@ -242,6 +242,8 @@ ...@@ -242,6 +242,8 @@
if (opts.load_first_page) { if (opts.load_first_page) {
opts.callback(current_page, containers); opts.callback(current_page, containers);
} }
return this;
}; // End of jQuery.fn.pagination block }; // End of jQuery.fn.pagination block
})(jQuery); })(jQuery);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment