mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
936b076e9f
commit
3c098e2bfd
@ -119,7 +119,7 @@ var ImageStateIndicatorActions = actions.Actions({
|
||||
} else if(action == 'update'){
|
||||
// gid..
|
||||
if(elem == 'gid'){
|
||||
var txt = gid.slice(0, 6)
|
||||
var txt = gid.slice(-6)
|
||||
var text = gid
|
||||
|
||||
// path...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user