mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
Feature #992: Delete elements has no response dataType.
Apparently breaks chrome (callback not triggered). (cherry picked from commit 8843c6197a6ceb8acdf57d289149853099faa321)
This commit is contained in:
parent
f079be93cc
commit
20432c5622
@ -235,7 +235,6 @@ var OCCI = {
|
||||
$.ajax({
|
||||
url: resource.toLowerCase() + "/" + id,
|
||||
type: "DELETE",
|
||||
dataType: "xml ONEjson",
|
||||
success: function(){
|
||||
return callback ? callback(request) : null;
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user