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))}}