Plugin Author
YOP
(@yourownprogrammer)
Hello
Can you send us a link to your poll so we can look into this?
Thank you.
Darrell
Hello, Im not the poster but i’m having the same issue till now, please see the following link.
Hello, Im not the poster but i’m having the same issue till now, please see the following link.
Check POLL
Line 631 of inc/maintenance.php has:
if(count<cols[quest][2])
{ width = parseInt( %POLL-WIDTH% / cols[quest][0]);
basically if POLL-WIDTH is empty for whatever reason, the js is interpreted as a regex (which would be invalid) i.e.
parseInt( / cols[quest][0] )
PHP side it should probably have a default value or check for null, user side just make sure your poll has a width.