From 14710e299666df1289ad4f124d16e3b721be4e08 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 8 May 2013 11:19:33 +0400 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- ui/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/index.html b/ui/index.html index fc91e906..7a2ad31c 100755 --- a/ui/index.html +++ b/ui/index.html @@ -273,7 +273,8 @@ $(function(){ // need to load a new set of images... if((img_before.length == 0 && gid_before != null) - || (getImageGID(img_before) && getImageGID(img_before) != gid_before)){ + || (getImageGID(img_before) + && getImageGID(img_before) != gid_before)){ // get the distance... var images = ribbon.find('.image') var cur = getImageGID(images.eq(Math.round(images.length/2)))