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
{{ message }}
This repository has been archived by the owner on May 3, 2024. It is now read-only.
Since params is not an array the CSRF token can't be set. to solve it I check if this params is an array and I set the CSRF token in my javascript function.
When I set the params option as a js function and not an array I have the following error:
It comes from the following code in
Editable.php
line 435Since
params
is not an array the CSRF token can't be set. to solve it I check if this params is an array and I set the CSRF token in my javascript function.The text was updated successfully, but these errors were encountered: