mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
7cd7265b2b
commit
6299bb5fc0
@ -236,9 +236,7 @@ var CollectionActions = actions.Actions({
|
||||
|
||||
this.saveCollection(
|
||||
MAIN_COLLECTION_TITLE,
|
||||
crop_mode == 'none' ?
|
||||
'base'
|
||||
: 'crop',
|
||||
crop_mode == 'none' ? 'base' : 'crop',
|
||||
true)
|
||||
|
||||
// keep the tags...
|
||||
@ -246,7 +244,9 @@ var CollectionActions = actions.Actions({
|
||||
|
||||
// collection...
|
||||
} else {
|
||||
this.saveCollection(this.collection, crop_mode == 'all' ? 'crop': null)
|
||||
this.saveCollection(
|
||||
this.collection,
|
||||
crop_mode == 'all' ? 'crop': null)
|
||||
}
|
||||
|
||||
// load collection...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user