This commit is contained in:
lingdocs 2021-08-23 10:37:09 +04:00
parent 344c09c2ce
commit 6f877de84f
1 changed files with 3 additions and 2 deletions

View File

@ -140,8 +140,9 @@
</body>
<script>
if (window.opener) {
window.opener.postMessage("signed in", "https://dev.dictionary.lingdocs.com");
window.opener.postMessage("signed in", "https://dictionary.lingdocs.com");
const w = window.opener
w.postMessage("signed in", "https://dev.dictionary.lingdocs.com");
// window.opener.postMessage("signed in", "https://dictionary.lingdocs.com");
}
function clearPasswordForm() {
document.getElementById("oldPassword").value = "";