svg
This commit is contained in:
parent
6fbc9ab154
commit
c5bb701330
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in New Issue