pjeby comments on Of Gender and Rationality - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (342)
A very quick bit of troubleshooting shows that the json load doesn't appear to be occurring, i.e. the $.getJSON apparently doesn't work.
Edit: to be precise, the script bombs out when trying to do anything with '$.getJSON', which perhaps is not available in LW's version of jQuery?
Edit 2: Ah, LW doesn't use jQuery. It uses Prototype. The script would have to be converted. But it does indeed appear that LW exports the needed data in JSON form.