$(function(){
if (window.location.pathname == '/pl/fileindex/file' || window.location.pathname == '/pl/fileindex/file/index'){
$('#fileindex-grid-container table tbody tr').each(function(i,e) {
if ($(e).find('td[data-col-seq="3"] span:not(.gc-fileservice-file-type-icon)').text() == 'Изображение') {
let fileLink = $(e).find('td[data-col-seq="2"] a').attr('href')
$(e).find('td[data-col-seq="3"] .gc-fileservice-file-type-icon').hide().before(``)
} else if ($(e).find('td[data-col-seq="3"] span:not(.gc-fileservice-file-type-icon)').text() == 'Видео') {
let fileLink = $(e).find('td[data-col-seq="2"] a').attr('href')
$(e).find('td[data-col-seq="3"] .gc-fileservice-file-type-icon').hide().before(``)
}
})
$('.file-preview').click(function(){
console.log($(this))
let file = $(this).hasClass('preview-img') ?
`
` :
($(this).hasClass('preview-video') ?
`` :
'');
$('body').append(`