var clonedBtnElement=null;function loaderBtnHtml(n){var t=n.attr("class");return clonedBtnElement=n.clone(),'')}$(document).ready((function(){var n=null,t="";$(document).on("click",'.common-loader, input[type="submit"]',(function(){var e=$(this);t=loaderBtnHtml(e),window.onbeforeunload=null,window.onbeforeunload=function(){e.replaceWith(t)},n=e})),$(document).ajaxStart((function(){setTimeout((function(){n&&n.replaceWith(t)}),0)})).ajaxStop((function(){clonedBtnElement&&$("#loading-btn").replaceWith(clonedBtnElement),n=null}))}));