From 6491277d4b662d0eeea9e602f0121800c1c902bf Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 11 Jun 2013 17:19:09 +0400 Subject: [PATCH] oops, fixed a typo/bug ;) Signed-off-by: Alex A. Naanou --- ui/setup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/setup.js b/ui/setup.js index d321c6e9..b6acd621 100755 --- a/ui/setup.js +++ b/ui/setup.js @@ -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]) } })