sunstone-001.patch

My patch file - WH Wang, 01/08/2013 08:34 AM

Download (551 Bytes)

View differences:

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
                },