1
0
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:
Hector Sanjuan 2012-01-04 15:44:32 +01:00 committed by Ruben S. Montero
parent f079be93cc
commit 20432c5622

View File

@ -235,7 +235,6 @@ var OCCI = {
$.ajax({
url: resource.toLowerCase() + "/" + id,
type: "DELETE",
dataType: "xml ONEjson",
success: function(){
return callback ? callback(request) : null;
},