const form = document.querySelector(".search-input"); const input = form && form.querySelector("input"); if (input) { form.addEventListener("submit", function (e) { console.log("e", e); if (!input.value) e.preventDefault(); }); } function handleMainClick() { location.href = location.origin; goldlog.record( "/ae.pc_click.statweb_ae_click", "CLK", `ae_page_type=error500&ae_button_type=back_to_homepage&ae_object_type=url&ae_object_value=${encodeURIComponent( location.href )}&st_page_id=${window.dmtrack_pageid || ""}` ); } function handleReloadClick() { location.reload(); goldlog.record( "/ae.pc_click.statweb_ae_click", "CLK", `ae_page_type=error500&ae_button_type=refresh_page&ae_object_type=url&ae_object_value=${encodeURIComponent( location.href )}&st_page_id=${window.dmtrack_pageid || ""}` ); } goldlog.record( "ae.pc_ctr.statweb_ae_ctr", "EXP", `st_page_id=${ window.dmtrack_pageid || "" }&exp_page=error500&exp_type=error500_UX&exp_attribute=${encodeURIComponent( location.href )}` );