diff --git a/templates/lib/toast.xsl b/templates/lib/toast.xsl index cf9b7c5..5adfb99 100644 --- a/templates/lib/toast.xsl +++ b/templates/lib/toast.xsl @@ -10,7 +10,7 @@ $.toast({ title : '', - message : '', + message : ``, showIcon : 'satellite dish', displayTime: 0, closeIcon : true, @@ -20,7 +20,7 @@ $.toast({ $.toast({ title : '', - message : '', + message : ``, showIcon : 'exclamation triangle', class : 'error', displayTime: 0,