mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
fix favicon size in ie
This commit is contained in:
@@ -97,7 +97,7 @@ module.controller('CategoryTreeCtrl', function($scope, $timeout, $stateParams,
|
||||
SubscriptionService.init(function() {
|
||||
$timeout(refreshTree, 15000);
|
||||
});
|
||||
}, 30000);
|
||||
}, 15000);
|
||||
|
||||
$scope.SubscriptionService = SubscriptionService;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user