mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
fix scroll after logtail (thx @Bevinsky)
if file was closed without using the [X] button, for example with the browser back button, the tail would not abort
This commit is contained in:
parent
b0dec83aad
commit
d197e754b9
1 changed files with 1 additions and 0 deletions
|
@ -8269,6 +8269,7 @@ var treectl = (function () {
|
||||||
};
|
};
|
||||||
|
|
||||||
r.gentab = function (top, res) {
|
r.gentab = function (top, res) {
|
||||||
|
showfile.untail();
|
||||||
var nodes = res.dirs.concat(res.files),
|
var nodes = res.dirs.concat(res.files),
|
||||||
html = mk_files_header(res.taglist),
|
html = mk_files_header(res.taglist),
|
||||||
sel = msel.hist[top],
|
sel = msel.hist[top],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue