Copyright (C) 2025 Athens Services. All Rights Reserved.
jQuery(document).ready(function($) { $('area.no-fancy-lightbox').each(function () { // Remove any ARI Fancybox event bindings $(this).off('click.fancybox');// Remove the auto-added or pre-set class $(this).removeClass('ari-fancybox'); }); });