Changeset 358 for trunk/web-app
- Timestamp:
- Feb 16, 2010, 9:01:07 AM (15 years ago)
- Location:
- trunk/web-app
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/main.css
r328 r358 55 55 float: left; 56 56 /*border: 1px solid #ccc;*/ 57 } 58 59 #log { 60 width: 920px; 61 height: auto; 57 62 } 58 63 -
trunk/web-app/js/jsUtil.js
r323 r358 35 35 } 36 36 } 37 38 function textAreaScrollBottom(id) { 39 $(id).scrollTop = $(id).scrollHeight; 40 } 41 42 function focusUtil(id) { 43 $(id).focus(); 44 }
Note: See TracChangeset
for help on using the changeset viewer.