mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-31 19:30:07 +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)
|
||||
}
|
||||
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()
|
||||
|
||||
var alg = 'Sort images by:'
|
||||
var rev = 'Descending | Default sort order is ascending.'
|
||||
var rev = 'Descending'
|
||||
|
||||
cfg = {}
|
||||
cfg[alg] = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user