// $('.comments-tree .files img').each(function() {
//     var src = $(this).attr('src');
//     src = src.replace('200x200', '1280x720');
//     $(this).attr('src', src);
// });
$().ready(function (){
    setTimeout(function (){
        $('.btn-close.fa.fa-times').click();
        console.log('close chat ololo');
    },500);
});