closes #83
This commit is contained in:
@@ -104,7 +104,7 @@ class OperationView extends Backbone.View
|
|||||||
complete: (data) =>
|
complete: (data) =>
|
||||||
@showCompleteStatus(data)
|
@showCompleteStatus(data)
|
||||||
|
|
||||||
obj.contentType = "application/json" if (obj.type.toLowerCase() == "put" or obj.type.toLowerCase() == "patch")
|
obj.contentType = "application/json" if (obj.type.toLowerCase() == "post" or obj.type.toLowerCase() == "put" or obj.type.toLowerCase() == "patch")
|
||||||
obj.contentType = false if isFileUpload
|
obj.contentType = false if isFileUpload
|
||||||
jQuery.ajax(obj)
|
jQuery.ajax(obj)
|
||||||
false
|
false
|
||||||
|
|||||||
Reference in New Issue
Block a user