3 lines
No EOL
65 B
JavaScript
3 lines
No EOL
65 B
JavaScript
function preventDefaultAction(event){
|
|
event.preventDefault();
|
|
} |