| Linux webm007.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 Path : /home/eglisebaa/www/wp-content/plugins/trx_addons/components/cpt/layouts/shortcodes/logo/ |
| Current File : /home/eglisebaa/www/wp-content/plugins/trx_addons/components/cpt/layouts/shortcodes/logo/logo.js |
/* global jQuery */
jQuery(document).on('action.ready_trx_addons', function() {
"use strict";
// Click on the logo on home page - scroll to top action
jQuery('.sc_layouts_logo,.custom-logo-link').on('click', function(e){
if (jQuery(this).attr('href') == '#' || location.href == jQuery(this).attr('href')) {
trx_addons_document_animate_to(0);
e.preventDefault();
return false;
}
});
});