mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +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)
|
if(response)
|
||||||
{
|
{
|
||||||
totals.success++;
|
totals.success++;
|
||||||
log.append("<div class='message'>"+response+"</div>");
|
jQuery("<div class='message'></div>")
|
||||||
|
.text(response)
|
||||||
|
.appendTo(log);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Scroll to bottom
|
// Scroll to bottom
|
||||||
|
Loading…
Reference in New Issue
Block a user