mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-11-01 11:50:07 +00:00
minor bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
7da0ab49dc
commit
2c6e4c941b
@ -1260,7 +1260,9 @@ function updateImageInfo(image){
|
||||
gid.slice(gid.length-6) +
|
||||
'</span>'+
|
||||
'<span class="hidden"> '+
|
||||
gid.slice(0, gid.length-6) +'<b>'+ gid.slice(gid.length-6) +'</b>'+
|
||||
(gid.length >= 6 ?
|
||||
(gid.slice(0, gid.length-6) +'<b>'+ gid.slice(gid.length-6) +'</b>')
|
||||
: gid)+
|
||||
'</span>'+
|
||||
'</span> '+
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user