jermartin77 / plusgallery

A responsive javascript based image gallery driven by photos from a 3rd party source.
61 stars 35 forks source link

Fix broken Flickr URLs and album id bug #36

Closed achin closed 9 years ago

achin commented 9 years ago

This pull request fixes two bugs:

  1. The URLs for Flickr's getPhotos calls had typos in them (extra = characters).
  2. The gallery was loading in single album mode even when the albumId option was undefined (it was being tested explicitly against null).