Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit 2be06c9f authored by Kevin Duret's avatar Kevin Duret Committed by GitHub
Browse files

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

parent 00ed810d
Branches
No related tags found
No related merge requests found
......@@ -242,6 +242,8 @@
if (opts.load_first_page) {
opts.callback(current_page, containers);
}
return this;
}; // End of jQuery.fn.pagination block
})(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