diff --git a/html_orig/js/app.js b/html_orig/js/app.js index c1980f7..2673280 100644 --- a/html_orig/js/app.js +++ b/html_orig/js/app.js @@ -2238,7 +2238,7 @@ var Input = (function() { _initKeys(); // Button presses - qsa('#buttons button').forEach(function(s) { + qsa('#action-buttons button').forEach(function(s) { s.addEventListener('click', function() { sendBtnMsg(+this.dataset['n']); }); diff --git a/html_orig/jssrc/term.js b/html_orig/jssrc/term.js index 1f3f277..816b4ff 100644 --- a/html_orig/jssrc/term.js +++ b/html_orig/jssrc/term.js @@ -638,7 +638,7 @@ var Input = (function() { _initKeys(); // Button presses - qsa('#buttons button').forEach(function(s) { + qsa('#action-buttons button').forEach(function(s) { s.addEventListener('click', function() { sendBtnMsg(+this.dataset['n']); });