From 4e76b8956804076b5b9f4f8513f74f9365d29d52 Mon Sep 17 00:00:00 2001 From: flashwave Date: Sun, 29 Mar 2015 20:43:53 +0200 Subject: [PATCH] I AM A FUCKING RETARD --- _sakura/templates/yuuno/global/header.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sakura/templates/yuuno/global/header.tpl b/_sakura/templates/yuuno/global/header.tpl index 2510a96..75a691f 100644 --- a/_sakura/templates/yuuno/global/header.tpl +++ b/_sakura/templates/yuuno/global/header.tpl @@ -20,8 +20,8 @@ var headerLoginLink = document.getElementById('headerLoginLink'); - headerLoginLink.setAtrribute('href', 'javascript:;'); - headerLoginLink.setAtrribute('onclick', 'toggleLoginForm();'); + headerLoginLink.setAttribute('href', 'javascript:;'); + headerLoginLink.setAttribute('onclick', 'toggleLoginForm();'); }