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