I will be the first to admit, I am not a cornerstone/pro or themeco whatever power user. I took over this site from someone else and we use a different builder. So this cornerstone builder is not our strength.
Having said that, some code just started appearing below the footer on all pages. Everything on the site is upto date. So not sure why or what it is related to. I am assuming theme related. Any way, any advice would be help.
Here is the code.
jQuery(function($){ $(’.x-menu-collapsed .menu-item-has-children > .x-anchor’).on(‘mousedown touch’, function(e) { if ( ! $(e.srcElement).is(’.x-anchor-sub-indicator’) ) { var $this = $(this); $this.siblings(‘ul’).hide(); window.location = $(this).attr(‘href’); } }); });
You can see it live at https://calypsofarm.org/
Thanks in advance.