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 Aug 12, 2020. It is now read-only.
Hi,
In static/js folder there is a csrf.js ( for ajax ).
But I couldn't find the line you are calling it, in the template files.
And why cookie.js is needed ? ( there is no comment line for this )?
These files are added in the upstream project: https://github.com/blueimp/jQuery-File-Upload and I haven't looked into the details for this project. I was just impressed by the upstream example and wanted similar functionality in my Django projects.
BTW: I'm very sorry for this very late reply.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
In static/js folder there is a csrf.js ( for ajax ).
But I couldn't find the line you are calling it, in the template files.
And why cookie.js is needed ? ( there is no comment line for this )?
When I add cookie.js I get error:
jquery.min.js:2 jQuery.Deferred exception:$.cookie is not a function TypeError: $ .cookie is not a function
at HTMLDocument. (http://127.0.0.1:8000/admin/media_library/media/?:467:28)
at j (http://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js:2:29999)
at k (http://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js:2:30313) undefined
Thank you very much...
The text was updated successfully, but these errors were encountered: