commit
4f57fe2368
1 changed files with 3 additions and 1 deletions
|
|
@ -73,6 +73,8 @@ angular.module('copayApp.controllers').controller('SettingsController',
|
||||||
unitToSatoshi: $scope.selectedUnit.value,
|
unitToSatoshi: $scope.selectedUnit.value,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
$window.location.href = $window.location.origin + $window.location.pathname;
|
var target = ($window.location.origin !== 'null' ? $window.location.origin : '') + $window.location.pathname;
|
||||||
|
|
||||||
|
$window.location.href = target;
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue