Skip to content

parseJSON shim inserted too late to save ajax calls #21

@dmethvin

Description

@dmethvin

The main jQuery ajax.js grabs a reference to jQuery.parseJSON for the "text json" converter, so by the time we update the reference in Migrate it's too late. We could wrap the jQuery reference in a function to make it happen at call-time, but it seems like it's okay to update the converter via jQuery.ajaxSetup instead.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions