From d4a3701a528030aa23f50d1db1961894dd891a12 Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 26 Nov 2020 21:55:50 +0100 Subject: [PATCH] Fix typo Fix a stupid typo I missed because inline scripts aren't being linted. --- templates/repo/home.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl index ee3406fac6f5f..73508bdd2fe9a 100644 --- a/templates/repo/home.tmpl +++ b/templates/repo/home.tmpl @@ -135,7 +135,7 @@ if (httpsButton) httpsButton.classList[isSSH ? 'remove' : 'add']('primary'); setTimeout(() => { if (sshButton) sshButton.classList.remove('no-transition'); - if (httpsButto) httpsButton.classList.remove('no-transition'); + if (httpsButton) httpsButton.classList.remove('no-transition'); }, 100); {{if or (not $.DisableHTTP) (and (not $.DisableSSH) (or $.IsSigned $.ExposeAnonSSH))}}