commit
3fd821b25a
@ -14,7 +14,7 @@
|
||||
<link rel="stylesheet" href="lib/css/jquery-ui.min.css">
|
||||
<link rel="stylesheet" href="lib/css/jquery-ui.structure.min.css">
|
||||
<link rel="stylesheet" href="lib/css/spectrum.css">
|
||||
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Pontano+Sans|Raleway:500">
|
||||
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Pontano+Sans|Raleway:500" data-noprefix>
|
||||
<link rel="stylesheet" href="css/styles.css">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
|
@ -10,7 +10,7 @@
|
||||
<title>TaskBoard</title>
|
||||
|
||||
<link rel="stylesheet" href="lib/css/combined.min.css">
|
||||
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Pontano+Sans%7CRaleway:500">
|
||||
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Pontano+Sans|Raleway:500" data-noprefix>
|
||||
<link rel="stylesheet" href="css/styles.min.css">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
|
@ -83,7 +83,7 @@ function ($scope, $routeParams, $location, $interval, $window,
|
||||
if ($scope.boardId) {
|
||||
$interval.cancel($scope.interval);
|
||||
}
|
||||
if ($scope.boardsLoaded && !$scope.boardId && $scope.currentUser && parseInt($scope.currentUser.defaultBoard)) {
|
||||
if ($scope.boardsLoaded && !$scope.boardId && parseInt($scope.currentUser.defaultBoard)) {
|
||||
$interval.cancel($scope.interval);
|
||||
$location.path('boards/' + $scope.currentUser.defaultBoard);
|
||||
}
|
||||
|
@ -33,9 +33,7 @@ function ($scope, $window, $location, UserService, AuthenticationService, AlertS
|
||||
$scope.display.smallText = ' - File Viewer';
|
||||
}
|
||||
|
||||
try {
|
||||
$.noty.closeAll(); // Clear any alerts on page load.
|
||||
} catch(e) {}
|
||||
$.noty.closeAll(); // Clear any alerts on page load.
|
||||
|
||||
$scope.logout = function() {
|
||||
UserService.logOut()
|
||||
|
Reference in New Issue
Block a user