fix
This commit is contained in:
parent
88bcd32866
commit
5ef5f2465d
1 changed files with 3 additions and 3 deletions
|
@ -81,9 +81,9 @@ function awardModal(link) {
|
|||
|
||||
function bruh(kind) {
|
||||
document.getElementById('giveaward').disabled=false;
|
||||
// document.getElementById('kind').value=kind;
|
||||
// try {document.getElementsByClassName('bg-green-400')[0].classList.toggle('bg-green-400');} catch(e) {}
|
||||
// document.getElementById(kind).classList.toggle('bg-green-400')
|
||||
document.getElementById('kind').value=kind;
|
||||
try {document.getElementsByClassName('picked')[0].classList.toggle('picked');} catch(e) {}
|
||||
document.getElementById(kind).classList.toggle('picked')
|
||||
if (kind == "flairlock") {
|
||||
document.getElementById('notelabel').innerHTML = "New flair:";
|
||||
document.getElementById('note').placeholder = "Insert new flair here...";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue