forked from leftypol/leftypol
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts: stylesheets/dark_roach.css stylesheets/style.css
This commit is contained in:
commit
de035f4a7e
10 changed files with 77 additions and 17 deletions
|
@ -168,6 +168,9 @@ function dopost(form) {
|
|||
if (form.elements['name']) {
|
||||
localStorage.name = form.elements['name'].value.replace(/( |^)## .+$/, '');
|
||||
}
|
||||
if (form.elements['password']) {
|
||||
localStorage.password = form.elements['password'].value;
|
||||
}
|
||||
if (form.elements['email'] && form.elements['email'].value != 'sage') {
|
||||
localStorage.email = form.elements['email'].value;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue