fixed api root url

This commit is contained in:
kay.one 2013-01-22 21:03:57 -08:00
commit f98002c576
4 changed files with 11 additions and 4 deletions

View file

@ -8,4 +8,8 @@ window.onerror = function (msg, url, line) {
// If you return true, then error alerts (like in older versions of
// Internet Explorer) will be suppressed.
return suppressErrorAlert;
};
};
$(document).ajaxSuccess(function (event, XMLHttpRequest, ajaxOptionsa) {
console.log(ajaxOptionsa);
});