Changeset 3372
- Timestamp:
- 11/09/06 22:51:12 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Resources/Styles/Bland.colloquyStyle/Contents/Resources/genericTemplate.html
r3369 r3372 13 13 } 14 14 15 // window.onresize = bottomAlignChat; 16 // bottomAlignChat(); 15 document.body.addEventListener('DOMNodeInserted', bottomAlignChat); 16 window.addEventListener('resize', bottomAlignChat); 17 bottomAlignChat(); 17 18 </script>
