Changeset 845


Ignore:
Timestamp:
Mar 4, 2011, 3:27:11 PM (13 years ago)
Author:
gav
Message:

Adjust taskShow.js scroll to height.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web-app/js/taskShow.js

    r844 r845  
    55        createContainer.html(data).slideDown(800);
    66        // 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() {
    88            createContainer.find(':input[name="comment"]').focus();
    99        });
Note: See TracChangeset for help on using the changeset viewer.