Changeset 850 for trunk/web-app
- Timestamp:
- Mar 7, 2011, 2:07:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/js/taskShow.js
r845 r850 50 50 } 51 51 else { 52 createContainer.html( errorIndication().show()).slideDown(600);53 button.show(600, function() {54 if(jQuery.browser.msie) {55 jQuery(this).get(0).style.removeAttribute('filter'); // Remove blur/fuzzy text in IE.56 }52 createContainer.html(savedHtml); 53 createContainer.prepend(errorIndication().show()).slideDown(600); 54 // Scroll the window. 55 jQuery('html,body').animate({scrollTop: createContainer.offset().top - 70}, 900, function() { 56 createContainer.find(':input[name="comment"]').focus(); 57 57 }); 58 58 } … … 60 60 61 61 // Start. 62 var savedHtml = createContainer.children().detach(); 62 63 createContainer.html(loadingIndication().show()).slideDown(600); 63 64
Note: See TracChangeset
for help on using the changeset viewer.