mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -06:00
whoops
This commit is contained in:
parent
2270c8737a
commit
1882afb8b6
|
@ -5042,7 +5042,7 @@ var treectl = (function () {
|
||||||
if (this.hpush && !showfile.active())
|
if (this.hpush && !showfile.active())
|
||||||
hist_push(this.top);
|
hist_push(this.top);
|
||||||
|
|
||||||
if (!this.back) {
|
if (!this.back && treectl.entreed) {
|
||||||
var dirs = [];
|
var dirs = [];
|
||||||
for (var a = 0; a < res.dirs.length; a++)
|
for (var a = 0; a < res.dirs.length; a++)
|
||||||
dirs.push(res.dirs[a].href.split('/')[0].split('?')[0]);
|
dirs.push(res.dirs[a].href.split('/')[0].split('?')[0]);
|
||||||
|
|
Loading…
Reference in a new issue