bbuchsbaum / active_brain

1 stars 0 forks source link

Use $.getJSON for simplicity #2

Open phillipCouto opened 9 years ago

phillipCouto commented 9 years ago

$.getJSON simplies the code and configures the ajax call correctly to handle JSON as the returned data from the server.

Use this call to get the session and subject information from the server.

bbuchsbaum commented 9 years ago

replaced $ajax with $.getJSON