GCal Coupling: Management Site - decoupled Email from profile

This commit is contained in:
Martin Bauer
2014-06-20 12:24:01 +02:00
parent 6431764858
commit 290db91956
16 changed files with 410 additions and 29 deletions

View File

@@ -43,7 +43,12 @@
if ( data['redirect']) {
window.location.href = data['redirect'];
}
}
},
error: function( jqXHR, text1, text2 ) {
console.log( jqXHR );
console.log( text1 );
console.log( text2 );
}
});
e.preventDefault();
});