From 1882afb8b6c3a4bde93246123bb6fb086ba8ea40 Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 19 Sep 2022 02:10:14 +0200 Subject: [PATCH] whoops --- copyparty/web/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index 891ad306..27b6a0d2 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -5042,7 +5042,7 @@ var treectl = (function () { if (this.hpush && !showfile.active()) hist_push(this.top); - if (!this.back) { + if (!this.back && treectl.entreed) { var dirs = []; for (var a = 0; a < res.dirs.length; a++) dirs.push(res.dirs[a].href.split('/')[0].split('?')[0]);