mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#19560: JQuery 1.9.1 breaks the workflow editor
Work Item: 19560 --HG-- branch : 1.x
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
data: { name: name, state: state, __RequestVerificationToken: requestAntiForgeryToken },
|
||||
async: false,
|
||||
success: function(data) {
|
||||
var dom = $(data);
|
||||
var dom = $($.parseHTML($.trim(data)));
|
||||
|
||||
if (dom == null) {
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user