mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-11-01 11:50:07 +00:00
oops, fixed a typo/bug ;)
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
680c0c988f
commit
6491277d4b
@ -214,7 +214,7 @@ function setupDataBindings(viewer){
|
||||
|
||||
if(window.setWindowTitle != null){
|
||||
// XXX do we need to hide the extension...
|
||||
setWindowTitle(IMAGES[getImageGID(image)].path.split('/').pop()
|
||||
setWindowTitle(IMAGES[getImageGID(image)].path.split('/').pop())
|
||||
//.split(/\.(jpg|jpeg|png|gif)$/)[0])
|
||||
}
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user