Skip to content
Snippets Groups Projects
Commit 61750107 authored by xavier's avatar xavier
Browse files

alert, not notify

parent acc84541
Branches fix573
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ $content .= <<< EOT
<script>
cj(function($){
if ($(".crm-contact_type_label").length == 0) {
CRM.notify("Someone has changed the summary layout, groups can't be displayed properly");
CRM.alert("Someone has changed the summary layout, groups can't be displayed properly");
return;
}
$(".crm-contact_type_label").parent().parent().prepend($("#groups").html());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment