Skip to content
Snippets Groups Projects
Commit 7394284d authored by Joshua Gill's avatar Joshua Gill
Browse files

Remove alert for the image name when a new one is uploaded through the "User Settings" page

parent 8476b5b8
No related branches found
No related tags found
2 merge requests!114LoggingService service class, new method to add a log to the "Logs" table when...,!111fixed superadmin issue
...@@ -28,7 +28,6 @@ function saveNameEmailProfileChanges() { ...@@ -28,7 +28,6 @@ function saveNameEmailProfileChanges() {
if (xhr.readyState === 4 && xhr.status === 200) { if (xhr.readyState === 4 && xhr.status === 200) {
// Set the filename as the response text // Set the filename as the response text
newProfileFilename = xhr.responseText; newProfileFilename = xhr.responseText;
alert(newProfileFilename)
// Create a params object // Create a params object
let params= "newFirstName=" + newFirstName.toString() + let params= "newFirstName=" + newFirstName.toString() +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment