Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Duplicati/Server/webroot/ngax/scripts/directives/notificationArea.js')
-rw-r--r--Duplicati/Server/webroot/ngax/scripts/directives/notificationArea.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/Duplicati/Server/webroot/ngax/scripts/directives/notificationArea.js b/Duplicati/Server/webroot/ngax/scripts/directives/notificationArea.js
index 23510f596..6353b947e 100644
--- a/Duplicati/Server/webroot/ngax/scripts/directives/notificationArea.js
+++ b/Duplicati/Server/webroot/ngax/scripts/directives/notificationArea.js
@@ -3,7 +3,7 @@ backupApp.directive('notificationArea', function() {
restrict: 'E',
templateUrl: 'templates/notificationarea.html',
controller: function($scope, $location, $timeout, NotificationService, ServerStatus, AppService, AppUtils, DialogService) {
- $scope.Notifications = NotificationService.watch($scope);
+ $scope.Notifications = NotificationService.watch($scope);
$scope.state = ServerStatus.watch($scope);
$scope.doDismiss = function(id) {
@@ -55,4 +55,4 @@ backupApp.directive('notificationArea', function() {
};
}
}
-}); \ No newline at end of file
+});