project/selector/static/script.js

4 lines
103 B
JavaScript

function validateSettings() {
alert(document.getElementById('safety').checked);
return false;
}