Test survey back-end
Opened this issue · 1 comments
TylerMoeller commented
The front-end work is complete and providing valid JSON for the server. We need to verify everything is working when POSTed to the server. Assigning to @awaterma for testing.
If front-end .js needs updating, it is at: https://github.com/nodeschool/bainbridge/blob/gh-pages/js/survey.js
When everything is ready to go live, we'll need to show the survey button by uncommenting line 11 in islandjs.js: https://github.com/nodeschool/bainbridge/blob/gh-pages/js/islandjs.js
// commenting this out for now until the survey is tested.
//if (!surveyCookie) $('#survey').removeClass('hiddendiv');
ezequias commented
Hi Tyler
I am getting the folowing behaviour with your code:
My page is redirected to some http://localhost/mysite/#
And display the following message:
Could you help me with it?