mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
correctly encode success message
This commit is contained in:
parent
1a9464da0b
commit
5c8a19ba26
@ -830,7 +830,9 @@ jQuery.extend(et2_dialog, //(function(){ "use strict"; return
|
||||
if(response)
|
||||
{
|
||||
totals.success++;
|
||||
log.append("<div class='message'>"+response+"</div>");
|
||||
jQuery("<div class='message'></div>")
|
||||
.text(response)
|
||||
.appendTo(log);
|
||||
}
|
||||
}
|
||||
// Scroll to bottom
|
||||
|
Loading…
Reference in New Issue
Block a user