You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returns the following error " Syntax Error: Invalid character" when parsing the "a" argument of "elFinderDone(a, 'importimage ');" : var obj = JSON.parse(a);
So my question is : how to get the json data correctly ?
The text was updated successfully, but these errors were encountered:
I created a new js function on the elfinder.min.js file :
I need to get the data in the response to display them in a popup. The following code :
returns the following error " Syntax Error: Invalid character" when parsing the "a" argument of "elFinderDone(a, 'importimage ');" :
var obj = JSON.parse(a);
So my question is : how to get the json data correctly ?
The text was updated successfully, but these errors were encountered: