mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-11-01 03:40:09 +00:00
fixed an old and trivial bug in shiftImageDownNewRibbon(..)...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
685c994b07
commit
22c1d140b2
@ -1127,7 +1127,7 @@ function shiftImageUpNewRibbon(image, moving){
|
|||||||
return shiftImageTo(image, 'prev', moving, true)
|
return shiftImageTo(image, 'prev', moving, true)
|
||||||
}
|
}
|
||||||
function shiftImageDownNewRibbon(image, moving){
|
function shiftImageDownNewRibbon(image, moving){
|
||||||
return shiftImageTo(image, 'prev', moving, false)
|
return shiftImageTo(image, 'next', moving, true)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -371,7 +371,7 @@ function sortImagesDialog(){
|
|||||||
updateStatus('Sort...').show()
|
updateStatus('Sort...').show()
|
||||||
|
|
||||||
var alg = 'Sort images by:'
|
var alg = 'Sort images by:'
|
||||||
var rev = 'Descending | Default sort order is ascending.'
|
var rev = 'Descending'
|
||||||
|
|
||||||
cfg = {}
|
cfg = {}
|
||||||
cfg[alg] = [
|
cfg[alg] = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user