scaron / prettyphoto

prettyPhoto is a jQuery based lightbox clone. Not only does it support images, it also add support for videos, flash, YouTube, iFrames. It’s a full blown media lightbox. The setup is easy and quick, plus the script is compatible in every major browser.
http://www.no-margin-for-errors.com/projects/prettyPhoto-jquery-lightbox-clone/
553 stars 281 forks source link

Fix hashtag on close #78

Closed eddiemonge closed 12 years ago

eddiemonge commented 13 years ago

The close function was checking to see if the hashtag had been modified by prettyPhoto by checking indexOf. However it was checking to see if indexOf was true, not if it was not -1. -1 evals to true in these circumstances

iMattPro commented 13 years ago

This is the fix I'm waiting to see get implemented!!