I AM A FUCKING RETARD
This commit is contained in:
parent
8b8709eb46
commit
4e76b89568
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@
|
||||||
|
|
||||||
var headerLoginLink = document.getElementById('headerLoginLink');
|
var headerLoginLink = document.getElementById('headerLoginLink');
|
||||||
|
|
||||||
headerLoginLink.setAtrribute('href', 'javascript:;');
|
headerLoginLink.setAttribute('href', 'javascript:;');
|
||||||
headerLoginLink.setAtrribute('onclick', 'toggleLoginForm();');
|
headerLoginLink.setAttribute('onclick', 'toggleLoginForm();');
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue