mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +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 = path && path.length == 1 ? path[0] : path
|
||||||
path = util.normalizePath(path)
|
path = util.normalizePath(path)
|
||||||
|
|
||||||
// merged index...
|
// merged index... (XXX)
|
||||||
// XXX
|
|
||||||
if(path instanceof Array){
|
if(path instanceof Array){
|
||||||
console.error('saving to merged indexes not yet supported...')
|
console.error('saving to merged indexes not yet supported...')
|
||||||
return }
|
return }
|
||||||
|
|
||||||
// XXX
|
// no path given -> local save...
|
||||||
if(path == null && this.location.load != 'loadIndex'){
|
if(path == null && this.location.load != 'loadIndex'){
|
||||||
path = this.location.path }
|
path = this.location.path }
|
||||||
|
|
||||||
@ -2056,7 +2055,6 @@ var FileSystemWriterActions = actions.Actions({
|
|||||||
.then(function(){
|
.then(function(){
|
||||||
location.load = 'loadIndex'
|
location.load = 'loadIndex'
|
||||||
location.from = index.date
|
location.from = index.date
|
||||||
|
|
||||||
//return location
|
//return location
|
||||||
return index }) }],
|
return index }) }],
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user