fossasia / pslab-webapp

PSLab Web App https://pslab.io
Apache License 2.0
1.48k stars 42 forks source link

Implement Backend method to fetch a script by its ID #22

Closed jithinbp closed 7 years ago

jithinbp commented 7 years ago

When the user clicks on the edit button against any of his/her scripts, an AJAX call will be made to the server along with the unique ID of that script. The server should search the database for this script, and respond accordingly so that the frontend can popup the code editor with the relevant contents.

jithinbp commented 7 years ago

Fixed in cc8d7d1