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.
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.