This commit is contained in:
afornerot 2019-07-24 14:26:10 +02:00
parent 6fbc9ab154
commit c5bb701330
1 changed files with 2 additions and 1 deletions

View File

@ -168,7 +168,7 @@
CKEDITOR.instances["chat_messagemail"].setData(data);
$("#mailsuject").val("{{app.session.get('appname')}} = Notification {{ group.label }}");
$("#mailto").val("");
//$("#listtoavatar").html("");
$("#listtoavatar").html("");
{% for user in group.users %}
{%if(user.user!=app.user)%}
@ -203,6 +203,7 @@
event={type: "add", group:{{groupid}}};
parent.counter(event);
$("#sendbymail").bootstrapSwitch('state',false);
$('#mymodal-sendmail').modal('hide');