From b73f9f80460a22b0fe7a7ca9861302bbe50593ec Mon Sep 17 00:00:00 2001 From: IrosTheBeggar Date: Thu, 31 Oct 2019 17:50:17 -0400 Subject: [PATCH] backButton bugfix --- public/js/mstream.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/js/mstream.js b/public/js/mstream.js index cb48421..5ae5a13 100755 --- a/public/js/mstream.js +++ b/public/js/mstream.js @@ -438,11 +438,11 @@ $(document).ready(function () { if (MSTREAMAPI.currentServer.vpaths && MSTREAMAPI.currentServer.vpaths.length === 1) { fileExplorerArray.push(MSTREAMAPI.currentServer.vpaths[0]); - programState = [{ + programState.push({ state: 'fileExplorer', previousScroll: 0, previousSearch: '' - }]; + }); } //send this directory to be parsed and displayed