Commit 3f87923e authored by nextime's avatar nextime

Remove a debug alert

parent 55779de9
...@@ -36,7 +36,6 @@ $("#userform").on("submit", function(event) { ...@@ -36,7 +36,6 @@ $("#userform").on("submit", function(event) {
popupFader('danger', 'ERROR:','Le password inserite non coincidono'); popupFader('danger', 'ERROR:','Le password inserite non coincidono');
playTTS('Errore, Le password inserite non coincidono'); playTTS('Errore, Le password inserite non coincidono');
} else { } else {
alert($(this).serialize());
$.ajax({url: "/rest/v1.2/users/me/json", type:"PUT", data: $(this).serialize(), $.ajax({url: "/rest/v1.2/users/me/json", type:"PUT", data: $(this).serialize(),
success: function(res) { success: function(res) {
popupFader('success', 'SUCCESS:','Utente aggiornato correttamente...'); popupFader('success', 'SUCCESS:','Utente aggiornato correttamente...');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment