From 24950d239ef4c69f3ac0479ad0b7b53512cfd76d Mon Sep 17 00:00:00 2001 From: Scott Kingsley Clark Date: Mon, 7 Sep 2015 19:09:21 -0500 Subject: [PATCH] For new signin link, use target=_top so iframes work Currently, no target set in the iframe can rain on some parades. This makes sure no rain happens, only _Slackshine_. Couldn't resist.. --- lib/splash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/splash.js b/lib/splash.js index 62443622..77f51474 100644 --- a/lib/splash.js +++ b/lib/splash.js @@ -34,7 +34,7 @@ export default function splash({ name, org, logo, active, total, channels, ifram ), !iframe && dom('p.signin', 'or ', - dom(`a href=https://${org}.slack.com`, 'sign in'), + dom(`a href=https://${org}.slack.com target=_top`, 'sign in'), '.' ), !iframe && dom('footer',