6 lines
86 B
JavaScript
6 lines
86 B
JavaScript
|
|
|
|
document.getElementById('mk-detectable').onclick = function() {
|
|
alert('poop')
|
|
}
|