From 14a0ae2c53fac9259813dfdb59ca0dbb5ee68bfb Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 4 Sep 2012 16:04:54 +0400 Subject: [PATCH] several bugfixes... Signed-off-by: Alex A. Naanou --- ui/gallery-prototype.js | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/ui/gallery-prototype.js b/ui/gallery-prototype.js index 40ce989d..042c5e88 100755 --- a/ui/gallery-prototype.js +++ b/ui/gallery-prototype.js @@ -1162,7 +1162,7 @@ function makeImage(url, order, set_order){ } return (setupImageEventHandlers( set_order($('
') - //.css({ 'background-image': 'url('+url+')' }), order))) + //.css({ 'background-image': 'url('+url.replace(/ /g, '%20')+')' }), order))) , order))) } @@ -1175,7 +1175,12 @@ function getURL(id){ for(var i=0; i