Compare commits
2 Commits
3a3677c17e
...
d548ae2ea0
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d548ae2ea0 | ||
cc370fc3a0 |
@ -32,7 +32,7 @@
|
||||
}
|
||||
node.innerHTML = '<strong style="text-shadow: 2px 2px 10px ' + data.themeColor + ';">' + data.name + ':</strong> 🎲 ' + resultText
|
||||
name.appendChild(node)
|
||||
document.getElementById('results').appendChild(name);
|
||||
document.getElementById('results').insertBefore(name, document.getElementById('results').firstChild);
|
||||
})
|
||||
</script>
|
||||
</body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user