Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "lg-hash", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "History(Hash) module for lightgallery.", | ||
@@ -5,0 +5,0 @@ "main": [ |
@@ -1,2 +0,2 @@ | ||
/*! lg-hash - v1.0.2 - 2017-06-03 | ||
/*! lg-hash - v1.0.3 - 2017-10-19 | ||
* http://sachinchoolur.github.io/lightGallery | ||
@@ -50,3 +50,3 @@ * Copyright (c) 2017 Sachin N; Licensed GPLv3 */ | ||
if (history.replaceState) { | ||
history.replaceState(null, null, '#lg=' + _this.core.s.galleryId + '&slide=' + index); | ||
history.replaceState(null, null, window.location.pathname + '#lg=' + _this.core.s.galleryId + '&slide=' + index); | ||
} else { | ||
@@ -101,2 +101,3 @@ window.location.hash = 'lg=' + _this.core.s.galleryId + '&slide=' + index; | ||
})); |
@@ -1,4 +0,4 @@ | ||
/*! lg-hash - v1.0.2 - 2017-06-03 | ||
/*! lg-hash - v1.0.3 - 2017-10-19 | ||
* http://sachinchoolur.github.io/lightGallery | ||
* Copyright (c) 2017 Sachin N; Licensed GPLv3 */ | ||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(){"use strict";var b={hash:!0},c=function(c){return this.core=a(c).data("lightGallery"),this.core.s=a.extend({},b,this.core.s),this.core.s.hash&&(this.oldHash=window.location.hash,this.init()),this};c.prototype.init=function(){var b,c=this;c.core.$el.on("onAfterSlide.lg.tm",function(a,b,d){history.replaceState?history.replaceState(null,null,"#lg="+c.core.s.galleryId+"&slide="+d):window.location.hash="lg="+c.core.s.galleryId+"&slide="+d}),a(window).on("hashchange.lg.hash",function(){b=window.location.hash;var a=parseInt(b.split("&slide=")[1],10);b.indexOf("lg="+c.core.s.galleryId)>-1?c.core.slide(a,!1,!1):c.core.lGalleryOn&&c.core.destroy()})},c.prototype.destroy=function(){this.core.s.hash&&(this.oldHash&&this.oldHash.indexOf("lg="+this.core.s.galleryId)<0?history.replaceState?history.replaceState(null,null,this.oldHash):window.location.hash=this.oldHash:history.replaceState?history.replaceState(null,document.title,window.location.pathname+window.location.search):window.location.hash="",this.core.$el.off(".lg.hash"))},a.fn.lightGallery.modules.hash=c}()}); | ||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(){"use strict";var b={hash:!0},c=function(c){return this.core=a(c).data("lightGallery"),this.core.s=a.extend({},b,this.core.s),this.core.s.hash&&(this.oldHash=window.location.hash,this.init()),this};c.prototype.init=function(){var b,c=this;c.core.$el.on("onAfterSlide.lg.tm",function(a,b,d){history.replaceState?history.replaceState(null,null,window.location.pathname+"#lg="+c.core.s.galleryId+"&slide="+d):window.location.hash="lg="+c.core.s.galleryId+"&slide="+d}),a(window).on("hashchange.lg.hash",function(){b=window.location.hash;var a=parseInt(b.split("&slide=")[1],10);b.indexOf("lg="+c.core.s.galleryId)>-1?c.core.slide(a,!1,!1):c.core.lGalleryOn&&c.core.destroy()})},c.prototype.destroy=function(){this.core.s.hash&&(this.oldHash&&this.oldHash.indexOf("lg="+this.core.s.galleryId)<0?history.replaceState?history.replaceState(null,null,this.oldHash):window.location.hash=this.oldHash:history.replaceState?history.replaceState(null,document.title,window.location.pathname+window.location.search):window.location.hash="",this.core.$el.off(".lg.hash"))},a.fn.lightGallery.modules.hash=c}()}); |
{ | ||
"name": "lg-hash", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "History(Hash) module for lightgallery.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -30,3 +30,3 @@ (function() { | ||
if (history.replaceState) { | ||
history.replaceState(null, null, '#lg=' + _this.core.s.galleryId + '&slide=' + index); | ||
history.replaceState(null, null, window.location.pathname + '#lg=' + _this.core.s.galleryId + '&slide=' + index); | ||
} else { | ||
@@ -79,2 +79,2 @@ window.location.hash = 'lg=' + _this.core.s.galleryId + '&slide=' + index; | ||
})(); | ||
})(); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62687
706