summaryrefslogtreecommitdiffstats
path: root/admin/survey/script/missingProfiles.js
diff options
context:
space:
mode:
Diffstat (limited to 'admin/survey/script/missingProfiles.js')
-rw-r--r--admin/survey/script/missingProfiles.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/survey/script/missingProfiles.js b/admin/survey/script/missingProfiles.js
index 483265f..84d72e2 100644
--- a/admin/survey/script/missingProfiles.js
+++ b/admin/survey/script/missingProfiles.js
@@ -132,11 +132,11 @@ function missingProfileAction(action) {
$("#renameProfileDiv").hide();
$("#missingProfileCoverDiv").fadeOut();
} else {
- alert(response);
+ genericAlertPopup('alert_parameter_response',response);
}
});
} else {
- alert(action);
+ genericAlertPopup('alert_parameter_action',action);
}
}