Ignore:
Timestamp:
Feb 16, 2010, 9:01:07 AM (14 years ago)
Author:
gav
Message:

Added an application log view.
Reduced log file size and added CSS and JavaScript? to suite.

File:
1 edited

Legend:

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

    r323 r358  
    3535    }
    3636}
     37
     38function textAreaScrollBottom(id) {
     39    $(id).scrollTop = $(id).scrollHeight;
     40}
     41
     42function focusUtil(id) {
     43    $(id).focus();
     44}
Note: See TracChangeset for help on using the changeset viewer.