backButton bugfix

This commit is contained in:
IrosTheBeggar 2019-10-31 17:50:17 -04:00
parent e5e79c6e06
commit b73f9f8046

View File

@ -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