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> </body>
<script> <script>
if (window.opener) { if (window.opener) {
window.opener.postMessage("signed in", "https://dev.dictionary.lingdocs.com"); const w = window.opener
window.opener.postMessage("signed in", "https://dictionary.lingdocs.com"); w.postMessage("signed in", "https://dev.dictionary.lingdocs.com");
// window.opener.postMessage("signed in", "https://dictionary.lingdocs.com");
} }
function clearPasswordForm() { function clearPasswordForm() {
document.getElementById("oldPassword").value = ""; document.getElementById("oldPassword").value = "";