lity close
This commit is contained in:
parent
2d8935d2c5
commit
fbd3c35991
@ -515,4 +515,11 @@ $(document).ready(function(){
|
|||||||
if(/^\?fbclid=/.test(location.search))
|
if(/^\?fbclid=/.test(location.search))
|
||||||
location.replace(location.href.replace(/\?fbclid.+/, ""));
|
location.replace(location.href.replace(/\?fbclid.+/, ""));
|
||||||
|
|
||||||
|
/**
|
||||||
|
* No translate Lity close
|
||||||
|
*/
|
||||||
|
$(document).on('lity:ready', function(event, instance) {
|
||||||
|
$('.lity-close').addClass('notranslate');
|
||||||
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user