Closed GoogleCodeExporter closed 9 years ago
Issue 22 has been merged into this issue.
Original comment by jdiderik
on 20 Sep 2009 at 3:02
Original comment by jdiderik
on 12 Nov 2009 at 8:21
An easy fix: at the top of the album function, add an $addedDescription
variable. In
the two if-statements that call $scPhotosDesc.append(...), add
$addedDescription = true;
Then wrap $scPhotos.append($scPhotosDesc) with if $(addedDescription) { ... }.
Original comment by mharris...@gmail.com
on 8 Jan 2010 at 9:38
fixed
Original comment by jdiderik
on 18 Jan 2010 at 6:49
updated in revision 83
Original comment by jdiderik
on 18 Jan 2010 at 9:04
Original issue reported on code.google.com by
sil.cikl...@gmail.com
on 20 Sep 2009 at 2:59