From Dark and Darker Wiki
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
var backgroundColor = '<!--{$backgroundColor|escape:'quotes'}-->'; | var backgroundColor = '<!--{$backgroundColor|escape:'quotes'}-->'; | ||
if ( | if (borderColor == "") { | ||
borderColor = "black"; | |||
} | } | ||
if ( | if (backgroundColor == "") { | ||
backgroundColor = "transparent"; | |||
} | } | ||