mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 00:52:16 -06:00
fix opening md files from gridview
This commit is contained in:
parent
537a6e50e9
commit
520ac8f4dc
|
@ -5945,7 +5945,7 @@ var thegrid = (function () {
|
||||||
fid = oth.getAttribute('id'),
|
fid = oth.getAttribute('id'),
|
||||||
aplay = ebi('a' + fid),
|
aplay = ebi('a' + fid),
|
||||||
atext = ebi('t' + 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_img = img_re.test(href),
|
||||||
is_dir = href.endsWith('/'),
|
is_dir = href.endsWith('/'),
|
||||||
is_srch = !!ebi('unsearch'),
|
is_srch = !!ebi('unsearch'),
|
||||||
|
|
Loading…
Reference in a new issue