smalltalk
/
osmo-st-all
Archived
1
0
Fork 0
This commit is contained in:
Nicolas Petton 2009-06-19 04:49:37 +00:00
parent 5f3751e03c
commit 364c6ddf14
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ var Iliad = {
dataType: 'json',
data: data,
beforeSend: function(xhr) {
xhr.setRequestHeader("X-Requested-With", "");
Iliad._insertAjaxLoader()},
xhr.setRequestHeader("X-Requested-With", "");
that._insertAjaxLoader()},
success: function(json) {
that._processUpdates(json);
that._removeAjaxLoader();