|
|
|
@ -531,8 +531,8 @@ if(typeof VMM != 'undefined') {
|
|
|
|
|
var colon = url.indexOf(':'); |
|
|
|
|
url = url.substr(colon+1);
|
|
|
|
|
} |
|
|
|
|
return jQuery.ajax(url, data, callback); |
|
|
|
|
//JSG 2015.Aug.24 changed from getJSON to ajax based on:
|
|
|
|
|
return jQuery.getJSON(url, data, callback); |
|
|
|
|
//JSG 2015.Aug.24 return jQuery.ajax(url, data, callback); changed from getJSON to ajax based on:
|
|
|
|
|
//http://stackoverflow.com/questions/1002367/jquery-ajax-jsonp-ignores-a-timeout-and-doesnt-fire-the-error-event
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|