Remove JS Timeline and Scroll Bottlenecks
This commit is contained in:
@@ -22,9 +22,6 @@ menuService.factory('Menu', ['$location', function($location) {
|
||||
case 'dashboard':
|
||||
$location.path('/result/' + currentRunId);
|
||||
break;
|
||||
case 'timeline':
|
||||
$location.path('/result/' + currentRunId + '/timeline');
|
||||
break;
|
||||
default:
|
||||
console.err('Undefined Menu.changePage() destination');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user