mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-05 07:58:42 +02:00
remove debug output, which seems to break ui on ie #844
This commit is contained in:
@@ -40,8 +40,6 @@ Ext.Ajax.defaultHeaders = {
|
||||
// XSRF protection
|
||||
Ext.Ajax.on('beforerequest', function(conn, options){
|
||||
var token = Ext.util.Cookies.get('X-XSRF-Token');
|
||||
console.log(token);
|
||||
console.log(options);
|
||||
if (token){
|
||||
if (!options.headers){
|
||||
options.headers = {};
|
||||
|
||||
Reference in New Issue
Block a user