- Timestamp:
- Feb 2, 2010, 9:57:11 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/js/application.js
r55 r311 1 1 var Ajax; 2 2 if (Ajax && (Ajax != null)) { 3 4 3 Ajax.Responders.register({ 4 onCreate: function() { 5 5 if($('spinner') && Ajax.activeRequestCount>0) 6 7 8 6 Effect.Appear('spinner',{duration:0.5,queue:'end'}); 7 }, 8 onComplete: function() { 9 9 if($('spinner') && Ajax.activeRequestCount==0) 10 11 12 10 Effect.Fade('spinner',{duration:0.5,queue:'end'}); 11 } 12 }); 13 13 }
Note: See TracChangeset
for help on using the changeset viewer.