From c24c3f945abd2fe4c6780d66e8a46447e13602aa Mon Sep 17 00:00:00 2001
From: Kai Reinhard <K.Reinhard@micromata.de>
Date: Tue, 22 Jan 2019 22:11:18 +0000
Subject: [PATCH] Merge commit '910bf7b1c1e58c1b8dbe2ae7aeb362af5788a932'

---
 borgbutler-webapp/src/components/views/archives/FileListPanel.jsx |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/borgbutler-webapp/src/components/views/archives/FileListPanel.jsx b/borgbutler-webapp/src/components/views/archives/FileListPanel.jsx
index e6cd10f..d3a0f11 100644
--- a/borgbutler-webapp/src/components/views/archives/FileListPanel.jsx
+++ b/borgbutler-webapp/src/components/views/archives/FileListPanel.jsx
@@ -40,6 +40,7 @@
     }
 
     handleURLChange = location => {
+        // Replacing matched URL(archiveId, repoId) and removing trailing slashes
         this.changeCurrentDirectory(location.pathname.replace(this.props.match.url, '').replace(/^\/|\/$/g, ''));
     };
 

--
Gitblit v1.10.0