sunstone-001.patch
opennebula-3.8.1-patched/src/sunstone/public/js/opennebula.js 2012-11-10 03:25:13.000000000 +0800 | ||
---|---|---|
302 | 302 |
url: url, |
303 | 303 |
type: "GET", |
304 | 304 |
dataType: "json", |
305 |
converters: { |
|
306 |
"text json": jQuery.parseJSON |
|
307 |
}, |
|
305 | 308 |
success: function(response){ |
306 | 309 |
return callback ? callback(request, response) : null; |
307 | 310 |
}, |