diff --git a/core/core.js.php b/core/core.js.php index 56e55b04..17853c46 100644 --- a/core/core.js.php +++ b/core/core.js.php @@ -515,4 +515,11 @@ $(document).ready(function(){ if(/^\?fbclid=/.test(location.search)) location.replace(location.href.replace(/\?fbclid.+/, "")); + /** + * No translate Lity close + */ + $(document).on('lity:ready', function(event, instance) { + $('.lity-close').addClass('notranslate'); + }); + });