Changeset 334
- Timestamp:
- 07/04/08 20:40:01 (7 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/0.5/daemon/orbited/static/demos/chat/simplechat.js
r282 r334 73 73 74 74 var scrollDown = function () { 75 var box = $('#chathistory') ;75 var box = $('#chathistory')[0]; 76 76 box.scrollTop = box.scrollHeight; 77 77 }