mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e5ef898989
commit
c25e160510
@ -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 }) }],
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user