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:
authorKenneth Skovhede <kenneth@hexad.dk>2015-12-08 23:01:15 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2015-12-08 23:01:15 +0300
commit3eee45dcd681c94fa5a9ca27b1ce5e863448f8a6 (patch)
tree5dedd805003dc4ebda933760d045703836bd96b6 /Duplicati/Server
parentba5e1b747a8ec91a8b1b1f55b7a363f3e0f8e8bd (diff)
Trailing semicolon fix
Diffstat (limited to 'Duplicati/Server')
-rw-r--r--Duplicati/Server/webroot/ngax/scripts/controllers/EditBackupController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Duplicati/Server/webroot/ngax/scripts/controllers/EditBackupController.js b/Duplicati/Server/webroot/ngax/scripts/controllers/EditBackupController.js
index 721549888..f84e25cbc 100644
--- a/Duplicati/Server/webroot/ngax/scripts/controllers/EditBackupController.js
+++ b/Duplicati/Server/webroot/ngax/scripts/controllers/EditBackupController.js
@@ -123,7 +123,7 @@ backupApp.controller('EditBackupController', function ($scope, $routeParams, $lo
scope.manualSourcePath = null;
}
});
- })
+ });
};
if (scope.manualSourcePath.substr(scope.manualSourcePath.length - 1, 1) != dirsep) {