fix layout after filtering

This commit is contained in:
Kyle Spearrin 2017-06-05 11:19:01 -04:00
parent b5521425ae
commit f07f58733c
1 changed files with 3 additions and 0 deletions

View File

@ -284,6 +284,9 @@
$scope.filterFolder = function (folder) {
$scope.folderIdFilter = folder.id;
$timeout(function () {
$.AdminLTE.layout.fix();
}, 0);
};
$scope.clearFilters = function () {