fix ' in message
This commit is contained in:
parent
53679e2098
commit
dc8fa57c0f
@ -10,7 +10,7 @@
|
|||||||
<xsl:if test="finished/@summary">
|
<xsl:if test="finished/@summary">
|
||||||
$.toast({
|
$.toast({
|
||||||
title : '<xsl:value-of select="finished/@exit"/>',
|
title : '<xsl:value-of select="finished/@exit"/>',
|
||||||
message : '<xsl:value-of select="finished/@summary"/>',
|
message : `<xsl:value-of select="finished/@summary"/>`,
|
||||||
showIcon : 'satellite dish',
|
showIcon : 'satellite dish',
|
||||||
displayTime: 0,
|
displayTime: 0,
|
||||||
closeIcon : true,
|
closeIcon : true,
|
||||||
@ -20,7 +20,7 @@ $.toast({
|
|||||||
<xsl:if test="finished/@errormsg">
|
<xsl:if test="finished/@errormsg">
|
||||||
$.toast({
|
$.toast({
|
||||||
title : '<xsl:value-of select="finished/@exit"/>',
|
title : '<xsl:value-of select="finished/@exit"/>',
|
||||||
message : '<xsl:value-of select="finished/@errormsg"/>',
|
message : `<xsl:value-of select="finished/@errormsg"/>`,
|
||||||
showIcon : 'exclamation triangle',
|
showIcon : 'exclamation triangle',
|
||||||
class : 'error',
|
class : 'error',
|
||||||
displayTime: 0,
|
displayTime: 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user