jQuery(document).on('action.ready_trx_addons', function(){
"use strict";
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;
}});
});