diff --git a/includes/script.js b/includes/script.js index ec68535..d1add30 100644 --- a/includes/script.js +++ b/includes/script.js @@ -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(); diff --git a/index.html b/index.html index a9f25f6..d47001c 100644 --- a/index.html +++ b/index.html @@ -5229,4 +5229,4 @@ DLG ITM_0 You found a nice warm cup of tea VAR a -42