Added mask removal on ajax failure.
This commit is contained in:
parent
b856cddc56
commit
7624504335
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ Survey.Comm = new function(){
|
|||
Survey.Data.loadData(YAHOO.lang.JSON.parse(o.responseText));
|
||||
},
|
||||
failure: function(o){
|
||||
YAHOO.util.Dom.setStyle('mask-all','display','none')
|
||||
callMade = 0;
|
||||
alert("Last request failed");
|
||||
Survey.Data.loadLast();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue