diff --git a/js/base.php b/js/base.php index 41d229e..db64e1a 100644 --- a/js/base.php +++ b/js/base.php @@ -242,6 +242,7 @@ const http = { const httpts = new Date().getTime(); if (httpdiv !== null) httpdiv.innerHTML += '
'+method+' '+path+'
'; + document.activeElement.blur(); payload = payload || null; callbk = callbk || null; const oReq = new XMLHttpRequest();