forked from Archives/Athou_commafeed
added needed fields in models and needed libraries for frontend (#67)
This commit is contained in:
@@ -145,9 +145,9 @@ function($scope, $timeout, $stateParams, $window, $location, $state, $route, Cat
|
||||
$timeout(function refreshTree() {
|
||||
AnalyticsService.track();
|
||||
CategoryService.init(function() {
|
||||
$timeout(refreshTree, 15000);
|
||||
$timeout(refreshTree, 30000);
|
||||
}, function() {
|
||||
$timeout(refreshTree, 15000);
|
||||
$timeout(refreshTree, 30000);
|
||||
});
|
||||
}, 15000);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user