mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-11-01 03:40:09 +00:00
stripped extension from window title (disabled)...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
6742a91902
commit
680c0c988f
@ -213,7 +213,9 @@ function setupDataBindings(viewer){
|
||||
DATA.current = getImageGID(image)
|
||||
|
||||
if(window.setWindowTitle != null){
|
||||
setWindowTitle(IMAGES[getImageGID(image)].path.split('/').pop())
|
||||
// XXX do we need to hide the extension...
|
||||
setWindowTitle(IMAGES[getImageGID(image)].path.split('/').pop()
|
||||
//.split(/\.(jpg|jpeg|png|gif)$/)[0])
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user