##// END OF EJS Templates
set contentType='application/json'...
set contentType='application/json' instead of skipping straight to headers avoids jQuery's crazy JSONP detection on `=.*??`, which was triggered because it assumed the contentType was unspecified, and thus should be guessed based on content.

File last commit:

r17291:d1162f79
r18352:8a12dee8
Show More
style.less
9 lines | 121 B | text/x-less | LessCssLexer
/*!
*
* IPython base
*
*/
@import "variables.less";
@import "mixins.less";
@import "flexbox.less";
@import "error.less";