cfg
9/13/2016 - 7:19 PM

Make a StormChat print friendly

Make a StormChat print friendly

jQuery('#bottom-bar').remove();
jQuery('#contact-list').remove();
jQuery('html').css('overflow', 'auto');
jQuery('#chat-room').css({ 'height': 'auto', 'width': '100%', 'overflow-y': 'auto' });