JS bug
-
Uncaught ReferenceError: transparent is not defined
Line #188
$colors = array_pad($colors, 6, ‘transparent’);should be
$colors = array_pad($colors, 6, ‘”transparent”‘);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘JS bug’ is closed to new replies.