mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
fix for recent comics not loading.
This commit is contained in:
@@ -8,7 +8,7 @@ $(document).ready(function() {
|
||||
"type": "POST",
|
||||
"url": "/comic/recent/json/",
|
||||
"data": function ( d ) {
|
||||
d.csrfmiddlewaretoken = Cookies.get('csrftoken');
|
||||
d.csrfmiddlewaretoken = $("input[name='csrfmiddlewaretoken']")[0].value;
|
||||
},
|
||||
},
|
||||
"rowCallback": function( row, data, index ) {
|
||||
|
||||
Reference in New Issue
Block a user