Open GoogleCodeExporter opened 8 years ago
Your color value should be a number rather than a string:
onclick="modelcolor('#FFFF00');"
=>
onclick="modelcolor(0xFFFF00);"
Original comment by Humu2...@gmail.com
on 28 Jan 2014 at 4:13
It works! Thanks for helping me out!
Original comment by ilse...@gmail.com
on 28 Jan 2014 at 7:51
Original issue reported on code.google.com by
ilse...@gmail.com
on 27 Jan 2014 at 11:27