3.2.2
This commit is contained in:
parent
ff10d7779c
commit
95f7ef53f2
27 changed files with 606 additions and 292 deletions
|
@ -23,6 +23,10 @@ function SettingsCtrl($scope, $routeParams, $location, utils, globals, json, not
|
|||
$('#AZIndex').show();
|
||||
}
|
||||
});
|
||||
$scope.reset = function () {
|
||||
utils.setValue('Settings', null, true);
|
||||
$scope.loadSettings();
|
||||
}
|
||||
$scope.save = function () {
|
||||
if ($scope.settings.Password != '' && globals.settings.Password.substring(0, 4) != 'enc:') { $scope.settings.Password = 'enc:' + utils.HexEncode($scope.settings.Password); }
|
||||
if (globals.settings.NotificationSong) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue