mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-03-31 10:59:10 +02:00
add save feedback
This commit is contained in:
@@ -161,6 +161,7 @@ angular
|
||||
$http.post("/api/user/default", params).then(
|
||||
() => {
|
||||
getDefault();
|
||||
$scope.message = "Saved"
|
||||
},
|
||||
(error) => {
|
||||
$translate("ERRORS." + error.data.error).then((translation) => {
|
||||
|
||||
Reference in New Issue
Block a user