Remove equalheights script call
Posted: Wed Nov 16, 2016 12:05 pm
I need to remove the equalHeights() jquery plugin call on one of my category pages. I have looked everywhere and I cannot figure out where the source of the script call is.
It appears at the bottom of the category pages like so:
$('#ctl00_ctl00_NestedMaster_PageContent_ctl00_CatalogNodeList .itemContainer').equalHeights();
I figured it would get rendered using a dynamic id like <%=CatalogNodeList.ClientID%>, but I can't find any reference to that either.
It appears at the bottom of the category pages like so:
$('#ctl00_ctl00_NestedMaster_PageContent_ctl00_CatalogNodeList .itemContainer').equalHeights();
I figured it would get rendered using a dynamic id like <%=CatalogNodeList.ClientID%>, but I can't find any reference to that either.