Skip to content

Instantly share code, notes, and snippets.

@dcherman
Created December 10, 2013 16:01
Show Gist options
  • Select an option

  • Save dcherman/7893050 to your computer and use it in GitHub Desktop.

Select an option

Save dcherman/7893050 to your computer and use it in GitHub Desktop.
$.ajaxPrefilter(function( options ) {
if ( options.dataTypes.indexOf( "crossdomainrouter" ) === 0 ) {
options.dataTypes.shift();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment