fix: moved script to pixel.js
This commit is contained in:
parent
1939f8df0c
commit
bf41fae2aa
|
@ -7,12 +7,6 @@
|
||||||
<link rel="stylesheet" href="title-bar.css" />
|
<link rel="stylesheet" href="title-bar.css" />
|
||||||
<link rel="stylesheet" href="login-signup.css" />
|
<link rel="stylesheet" href="login-signup.css" />
|
||||||
<link rel="stylesheet" href="pixels.css" />
|
<link rel="stylesheet" href="pixels.css" />
|
||||||
<script>
|
|
||||||
function toggleLoginSignup(l, s) {
|
|
||||||
document.getElementById("show-login").checked = l;
|
|
||||||
document.getElementById("show-signup").checked = s;
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript" src="pixels.js"></script>
|
<script type="text/javascript" src="pixels.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
|
@ -222,3 +222,12 @@ function updatePixelBuyPreview(pixel) {
|
||||||
}
|
}
|
||||||
|
|
||||||
initBuyPixel();
|
initBuyPixel();
|
||||||
|
|
||||||
|
/////////////////////////
|
||||||
|
// LoginSignup stuff ? //
|
||||||
|
/////////////////////////
|
||||||
|
|
||||||
|
function toggleLoginSignup(l, s) {
|
||||||
|
document.getElementById("show-login").checked = l;
|
||||||
|
document.getElementById("show-signup").checked = s;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue