RSM-6 Team features
This commit is contained in:
7
public/js/switches.js
vendored
Normal file
7
public/js/switches.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
$("#jointype").on('change', function() {
|
||||
if ($(this).is(':checked')) {
|
||||
$(this).attr('value', '1');
|
||||
} else {
|
||||
$(this).attr('value', '0');
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user