make 'never'/'always' clickable
This commit is contained in:
@@ -452,6 +452,14 @@ $(document).ready(function() {
|
||||
renderThrottled();
|
||||
});
|
||||
|
||||
$('#never').on('click touchend', function() {
|
||||
$('#threshold').val(0).change();
|
||||
});
|
||||
|
||||
$('#always').on('click touchend', function() {
|
||||
$('#threshold').val(64).change();
|
||||
});
|
||||
|
||||
$('#save').on('click touchend', function() {
|
||||
var newGameData = $('textarea').val();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user