Skip to content

Commit

Permalink
webui: Update bootstrap-table extension
Browse files Browse the repository at this point in the history
Update bootstrap-table extension from v1.15.2 to v1.15.5.

Changelog: https://github.com/wenzhixin/bootstrap-table/releases
  • Loading branch information
fbergkemper committed Nov 26, 2019
1 parent d5f2277 commit ef7472e
Show file tree
Hide file tree
Showing 8 changed files with 906 additions and 279 deletions.
7 changes: 6 additions & 1 deletion webui/public/css/bootstrap-table.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions webui/public/css/bootstrap-table.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions webui/public/js/bootstrap-table-cookie.js
Expand Up @@ -1817,15 +1817,15 @@
UtilsCookie.setCookie(this, UtilsCookie.cookieIds.pageNumber, this.options.pageNumber);
}
}, {
key: "toggleColumn",
value: function toggleColumn() {
key: "_toggleColumn",
value: function _toggleColumn() {
var _get9;

for (var _len8 = arguments.length, args = new Array(_len8), _key8 = 0; _key8 < _len8; _key8++) {
args[_key8] = arguments[_key8];
}

(_get9 = _get(_getPrototypeOf(_class.prototype), "toggleColumn", this)).call.apply(_get9, [this].concat(args));
(_get9 = _get(_getPrototypeOf(_class.prototype), "_toggleColumn", this)).call.apply(_get9, [this].concat(args));

var visibleColumns = [];
$.each(this.columns, function (i, column) {
Expand Down
4 changes: 2 additions & 2 deletions webui/public/js/bootstrap-table-cookie.min.js

Large diffs are not rendered by default.

0 comments on commit ef7472e

Please sign in to comment.