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:
Tatiana Leon 2022-05-02 18:53:16 +02:00
parent 59cb0dd752
commit 28319f0988
2 changed files with 0 additions and 12 deletions

View File

@ -935,12 +935,6 @@ Digi Demo - Dashboard
return "";
}
$.ajaxSetup({
headers: {
"X-CSRFToken": getCookie("csrftoken")
}
});
$(document).ready(function() {
$("#banner-link").on({
"mouseover" : function() {

View File

@ -394,12 +394,6 @@ Digi Demo - Management
return "";
}
$.ajaxSetup({
headers: {
"X-CSRFToken": getCookie("csrftoken")
}
});
$(document).ready(function() {
$("#banner-link").on({
"mouseover" : function() {