Compare commits
No commits in common. "d548ae2ea0b9d23f9698ae0236ab22f2b65fde0c" and "3a3677c17ee350ed3655432de846d776ca205b60" have entirely different histories.
d548ae2ea0
...
3a3677c17e
@ -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').insertBefore(name, document.getElementById('results').firstChild);
|
||||
document.getElementById('results').appendChild(name);
|
||||
})
|
||||
</script>
|
||||
</body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user