Changeset 845 for trunk/web-app/js
- Timestamp:
 - Mar 4, 2011, 3:27:11 PM (15 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          trunk/web-app/js/taskShow.js (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/web-app/js/taskShow.js
r844 r845 5 5 createContainer.html(data).slideDown(800); 6 6 // Scroll the window. 7 jQuery('html,body').animate({scrollTop: createContainer.offset().top }, 900, function() {7 jQuery('html,body').animate({scrollTop: createContainer.offset().top - 70}, 900, function() { 8 8 createContainer.find(':input[name="comment"]').focus(); 9 9 });  
Note: See TracChangeset
          for help on using the changeset viewer.
      