oops, fixed a typo/bug ;)

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-06-11 17:19:09 +04:00
parent 680c0c988f
commit 6491277d4b

View File

@ -214,7 +214,7 @@ function setupDataBindings(viewer){
if(window.setWindowTitle != null){ if(window.setWindowTitle != null){
// XXX do we need to hide the extension... // 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]) //.split(/\.(jpg|jpeg|png|gif)$/)[0])
} }
}) })