Skip to content

Instantly share code, notes, and snippets.

View Djiit's full-sized avatar
🎯
Focusing

Julien Tanay Djiit

🎯
Focusing
View GitHub Profile
@Djiit
Djiit / django-ajax.html
Last active September 30, 2015 09:37 — forked from jhuckabee/gist:810552e99959eacbbea9
django-ajax
<polymer-element name="django-ajax" extends="core-ajax">
<script>
Polymer({
getCSRFCookie: function() {
b = document.cookie.match('(^|;)\\s*csrftoken\\s*=\\s*([^;]+)');
return b ? b.pop() : '';
},
ready: function() {
this.super();
this.headers = {