connectcore-demo-example: remove csrftoken cookie
https://onedigi.atlassian.net/browse/DEL-7742 Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
This commit is contained in:
parent
59cb0dd752
commit
28319f0988
|
|
@ -935,12 +935,6 @@ Digi Demo - Dashboard
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
$.ajaxSetup({
|
|
||||||
headers: {
|
|
||||||
"X-CSRFToken": getCookie("csrftoken")
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$("#banner-link").on({
|
$("#banner-link").on({
|
||||||
"mouseover" : function() {
|
"mouseover" : function() {
|
||||||
|
|
|
||||||
|
|
@ -394,12 +394,6 @@ Digi Demo - Management
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
$.ajaxSetup({
|
|
||||||
headers: {
|
|
||||||
"X-CSRFToken": getCookie("csrftoken")
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$("#banner-link").on({
|
$("#banner-link").on({
|
||||||
"mouseover" : function() {
|
"mouseover" : function() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue