app-chat.js 237 B

12345678910111213141516
  1. //[app Javascript]
  2. $(function () {
  3. "use strict";
  4. // chat app scrolling
  5. $('.chat-box-one').slimScroll({
  6. height: '550'
  7. });
  8. $('.chat-box-one-side').slimScroll({
  9. height: '650'
  10. });
  11. }); // End of use strict