mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Switched to using Jquery Bootgrid for tables
This commit is contained in:
3
lib/jquery-bootgrid/dist/jquery.bootgrid.js
vendored
3
lib/jquery-bootgrid/dist/jquery.bootgrid.js
vendored
@@ -485,6 +485,7 @@
|
||||
item = $(tpl.paginationItem.resolve(values))
|
||||
.on("click" + namespace, getCssSelector(css.paginationButton), function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
|
||||
var $this = $(this),
|
||||
@@ -1745,4 +1746,4 @@
|
||||
// ============
|
||||
|
||||
$("[data-toggle=\"bootgrid\"]").bootgrid();
|
||||
})(jQuery, window);
|
||||
})(jQuery, window);
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user