Skip to content

Commit

Permalink
v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
codecomputerlove committed Sep 28, 2011
1 parent 34be394 commit 5d096d6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ It'd be fantastic to see how you have implemented PhotoSwipe on your site! We're






Latest Release v2.1.4 Latest Release v2.1.5
--------------------- ---------------------
[Download](http://github.com/downloads/codecomputerlove/PhotoSwipe/code.photoswipe-2.1.4.zip) [Download](http://github.com/downloads/codecomputerlove/PhotoSwipe/code.photoswipe-2.1.5.zip)


**Changes for 2.1.4** **Changes for 2.1.5**


- Fixed issue when closing PhotoSwipe immediately after opening but before an image has loaded - Fixed issue with internal property "backButtonClicked" not being reset on close.






Expand Down
4 changes: 2 additions & 2 deletions build.number
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit! #Build Number for ANT. Do not edit!
#Tue Sep 27 15:05:52 BST 2011 #Wed Sep 28 15:10:13 BST 2011
build.number=9 build.number=11
2 changes: 1 addition & 1 deletion build.properties
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
project.description = PhotoSwipe project.description = PhotoSwipe
project.src.dir = src project.src.dir = src


project.build.version = 2.1.4 project.build.version = 2.1.5
project.build.year = 2011 project.build.year = 2011


project.build.workdir = work project.build.workdir = work
Expand Down
5 changes: 5 additions & 0 deletions src/change.log
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -85,5 +85,10 @@ Initial release
- Fixed issue when closing PhotoSwipe immediately after opening but before an image has loaded - Fixed issue when closing PhotoSwipe immediately after opening but before an image has loaded




2.1.5 28.09.11 - Ste Brennan
----------------------------

- Fixed issue with internal property "backButtonClicked" not being reset on close.





2 changes: 2 additions & 0 deletions src/photoswipe.class.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@


var i, j; var i, j;


this.backButtonClicked = false;

// Work out what the starting index is // Work out what the starting index is
if (Util.isNumber(obj)){ if (Util.isNumber(obj)){
this.currentIndex = obj; this.currentIndex = obj;
Expand Down

0 comments on commit 5d096d6

Please sign in to comment.