fix conflicts
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<body>
|
||||
<button type="button" onclick="triggerSomething()">Click</button>
|
||||
<script>
|
||||
function triggerSomething() {
|
||||
console.dir(event.target);
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user