diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index 019e08b..da4239c 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -7,12 +7,6 @@ - diff --git a/src/main/webapp/pixels.js b/src/main/webapp/pixels.js index 85a6c23..bbeaf6f 100644 --- a/src/main/webapp/pixels.js +++ b/src/main/webapp/pixels.js @@ -222,3 +222,12 @@ function updatePixelBuyPreview(pixel) { } initBuyPixel(); + +///////////////////////// +// LoginSignup stuff ? // +///////////////////////// + +function toggleLoginSignup(l, s) { + document.getElementById("show-login").checked = l; + document.getElementById("show-signup").checked = s; +}