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(
|
this.saveCollection(
|
||||||
MAIN_COLLECTION_TITLE,
|
MAIN_COLLECTION_TITLE,
|
||||||
crop_mode == 'none' ?
|
crop_mode == 'none' ? 'base' : 'crop',
|
||||||
'base'
|
|
||||||
: 'crop',
|
|
||||||
true)
|
true)
|
||||||
|
|
||||||
// keep the tags...
|
// keep the tags...
|
||||||
@ -246,7 +244,9 @@ var CollectionActions = actions.Actions({
|
|||||||
|
|
||||||
// collection...
|
// collection...
|
||||||
} else {
|
} else {
|
||||||
this.saveCollection(this.collection, crop_mode == 'all' ? 'crop': null)
|
this.saveCollection(
|
||||||
|
this.collection,
|
||||||
|
crop_mode == 'all' ? 'crop': null)
|
||||||
}
|
}
|
||||||
|
|
||||||
// load collection...
|
// load collection...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user