mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 02:40:08 +00:00
exporting fully functional...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
154802c314
commit
9cbdd89d0c
5
ui/ui.js
5
ui/ui.js
@ -653,7 +653,10 @@ function exportPreviews(dfl){
|
|||||||
'Destination': {ndir: dfl},
|
'Destination': {ndir: dfl},
|
||||||
}, 'OK', 'exportPreviews')
|
}, 'OK', 'exportPreviews')
|
||||||
.done(function(data){
|
.done(function(data){
|
||||||
exportTo(data['Destination'], data['Image name pattern'], data['Fav directory name'])
|
exportTo(
|
||||||
|
data['Destination'],
|
||||||
|
data['Image name pattern'],
|
||||||
|
data['Fav directory name'])
|
||||||
|
|
||||||
res.resolve(data[''])
|
res.resolve(data[''])
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user