View Full Version : I bought something, clicked the "take survey" button, and nothing loaded.
Fudly
August 23rd, 2016, 02:34
I don't know where to post issues with the website, but hopefully, this is an ok place.
I disabled ublock origin, and disconnect me. The survey still wouldn't load.
rob2e
August 23rd, 2016, 08:08
This has happened to me EVERY time I've made a purchase. I never bothered to pursue it. But it seems it's a problem.
JohnD
August 27th, 2016, 19:56
Yeah doesn't work for me either. Ever if I can recall.
Fudly
October 13th, 2016, 20:51
I looked more at this. The "take survey" button tries to execute code in its onclick that throws an exception, so it reloads the page instead.
If you replace
<a href="" onclick="Element.hide('surveyinstructions'); Element.show('survey'); return false;"><img src="/images/survey.gif" border="0"></a>
with
<a href="" onclick="$('#surveyinstructions').hide(); $('#survey').show(); return false;"><img src="/images/survey.gif" border="0"></a>
it'll work as intended. My guess is you guys used to use prototype and then switched to jquery without testing everything.
Moon Wizard
October 13th, 2016, 21:57
Thanks for the info. I've passed it on to Doug who manages the web site.
Cheers,
JPG
ddavison
October 13th, 2016, 22:17
Thanks. It should now be patched.
Powered by vBulletin® Version 4.2.1 Copyright © 2026 vBulletin Solutions, Inc. All rights reserved.