minor bugfix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-05-30 07:51:37 +04:00
parent 7da0ab49dc
commit 2c6e4c941b

View File

@ -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> '+