Skip to content

Commit

Permalink
Merged PR #301 and #318.. Version 1.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinchoolur committed Mar 29, 2016
1 parent a6a867a commit 39e29e3
Show file tree
Hide file tree
Showing 25 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lightgallery",
"version": "1.2.15",
"version": "1.2.16",
"description": "A lightweight, customizable, modular, responsive, lightbox gallery plugin for jQuery.",
"main": [
"dist/js/lightgallery.min.js",
Expand Down
2 changes: 1 addition & 1 deletion dist/css/lg-fb-comment-box.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/lg-transitions.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions dist/css/lightgallery.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/lightgallery.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/lg-autoplay.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! lightgallery - v1.2.15 - 2016-03-10
/*! lightgallery - v1.2.16 - 2016-03-29
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */
/**
Expand Down
2 changes: 1 addition & 1 deletion dist/js/lg-autoplay.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/lg-fullscreen.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! lightgallery - v1.2.15 - 2016-03-10
/*! lightgallery - v1.2.16 - 2016-03-29
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */
(function($, window, document, undefined) {
Expand Down
2 changes: 1 addition & 1 deletion dist/js/lg-fullscreen.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions dist/js/lg-hash.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! lightgallery - v1.2.15 - 2016-03-10
/*! lightgallery - v1.2.16 - 2016-03-29
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */
(function($, window, document, undefined) {
Expand Down Expand Up @@ -49,8 +49,6 @@

Hash.prototype.destroy = function() {

if (this.core.s.hash != true) return;

// Reset to old hash value
if (this.oldHash && this.oldHash.indexOf('lg=' + this.core.s.galleryId) < 0) {
window.location.hash = this.oldHash;
Expand Down
2 changes: 1 addition & 1 deletion dist/js/lg-hash.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/lg-pager.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! lightgallery - v1.2.15 - 2016-03-10
/*! lightgallery - v1.2.16 - 2016-03-29
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */
(function($, window, document, undefined) {
Expand Down
2 changes: 1 addition & 1 deletion dist/js/lg-pager.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/lg-thumbnail.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! lightgallery - v1.2.15 - 2016-03-10
/*! lightgallery - v1.2.16 - 2016-03-29
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */
(function($, window, document, undefined) {
Expand Down
2 changes: 1 addition & 1 deletion dist/js/lg-thumbnail.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/js/lg-video.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! lightgallery - v1.2.15 - 2016-03-10
/*! lightgallery - v1.2.16 - 2016-03-29
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */
(function($, window, document, undefined) {
Expand Down Expand Up @@ -144,7 +144,7 @@
}
}

$el.addClass('lg-video-palying');
$el.addClass('lg-video-playing');

}
}
Expand Down Expand Up @@ -214,7 +214,7 @@
});

_this.core.$el.on('onAfterSlide.lg.tm', function(event, prevIndex) {
_this.core.$slide.eq(prevIndex).removeClass('lg-video-palying');
_this.core.$slide.eq(prevIndex).removeClass('lg-video-playing');
});
};

Expand Down
Loading

0 comments on commit 39e29e3

Please sign in to comment.