diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index 7da97ce0..718e56c4 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -5945,7 +5945,7 @@ var thegrid = (function () { fid = oth.getAttribute('id'), aplay = ebi('a' + fid), atext = ebi('t' + fid), - is_txt = atext && showfile.getlang(href) && !/\.ts$/.test(href), + is_txt = atext && !/\.ts$/.test(href) && showfile.getlang(href), is_img = img_re.test(href), is_dir = href.endsWith('/'), is_srch = !!ebi('unsearch'),