From 0e02034551d1909876b3940c60e58e97771af212 Mon Sep 17 00:00:00 2001 From: Nameless Dude <72940077+namelessperson0@users.noreply.github.com> Date: Sat, 11 Feb 2023 17:18:56 +0530 Subject: [PATCH] Update basics.md Fixed wrong js syntax --- deso-identity/iframe-api/basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deso-identity/iframe-api/basics.md b/deso-identity/iframe-api/basics.md index 6abc7f2..c8967e9 100644 --- a/deso-identity/iframe-api/basics.md +++ b/deso-identity/iframe-api/basics.md @@ -34,7 +34,7 @@ We also want the iframe window to be on top of your application and take the ent You should modify the `z-index` attribute to fit your application. In case that we will have to show the iframe to the user, you will set the attribute `display: block` -For example, `document.getElementById("identity.style.display = "block");` +For example, `document.getElementById("identity").style.display = "block"` ## Messages