return text instead of html
This commit is contained in:
parent
383439629a
commit
5d12be940c
|
@ -655,8 +655,8 @@ var pad = {
|
||||||
{
|
{
|
||||||
alertBar.displayMessage(function(abar)
|
alertBar.displayMessage(function(abar)
|
||||||
{
|
{
|
||||||
abar.find("#servermsgdate").html(" (" + padutils.simpleDateTime(new Date) + ")");
|
abar.find("#servermsgdate").text(" (" + padutils.simpleDateTime(new Date) + ")");
|
||||||
abar.find("#servermsgtext").html(m.text);
|
abar.find("#servermsgtext").text(m.text);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (m.js)
|
if (m.js)
|
||||||
|
|
Loading…
Reference in New Issue