The below error is shown at the bottom of my ES profile pages. Any suggestions?
').addClass('es-container responsive').append(sidebar); toggle.after(container); } else { var container = $('.es-container.responsive'), origContainer = $('.es-container'); origContainer.prepend(sidebar); container.remove(); } }; // Run once on document ready $(function() { checkSidebarPosition(); }); // Run everytime responsive is fired $('.es-responsive').on('responsive', function() { checkSidebarPosition(); }); });
Thanks -- Philip
').addClass('es-container responsive').append(sidebar); toggle.after(container); } else { var container = $('.es-container.responsive'), origContainer = $('.es-container'); origContainer.prepend(sidebar); container.remove(); } }; // Run once on document ready $(function() { checkSidebarPosition(); }); // Run everytime responsive is fired $('.es-responsive').on('responsive', function() { checkSidebarPosition(); }); });
Thanks -- Philip