From c25e160510b99c4f700a0ff93f3d79ff995150c7 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 19 Feb 2021 13:49:40 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- Viewer/features/filesystem.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Viewer/features/filesystem.js b/Viewer/features/filesystem.js index 90a9ba5a..6249634a 100755 --- a/Viewer/features/filesystem.js +++ b/Viewer/features/filesystem.js @@ -2011,13 +2011,12 @@ var FileSystemWriterActions = actions.Actions({ path = path && path.length == 1 ? path[0] : path path = util.normalizePath(path) - // merged index... - // XXX + // merged index... (XXX) if(path instanceof Array){ console.error('saving to merged indexes not yet supported...') return } - // XXX + // no path given -> local save... if(path == null && this.location.load != 'loadIndex'){ path = this.location.path } @@ -2056,7 +2055,6 @@ var FileSystemWriterActions = actions.Actions({ .then(function(){ location.load = 'loadIndex' location.from = index.date - //return location return index }) }],