Minor inventory cleanup. No longer adding 'Inventory' to root node name on Group tree. Removed 'Inventory Summary:' from summary view title.

This commit is contained in:
chouseknecht
2013-10-11 06:08:49 +00:00
parent 40ddb0058c
commit f2ac4b2749
3 changed files with 3 additions and 3 deletions

View File

@@ -130,7 +130,7 @@ function InventoryGroups ($scope, $rootScope, $compile, $location, $log, $routeP
var url;
if ($rootScope.timer) {
// Kill any linger timers from the inventory summary page
// Kill any lingering timers from the inventory summary page
clearInterval($rootScope.timer);
$rootScope.timer = null;
}