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