diff options
Diffstat (limited to 'static/scripts/gb.js')
-rw-r--r-- | static/scripts/gb.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/scripts/gb.js b/static/scripts/gb.js index 4051d7f..67afe20 100644 --- a/static/scripts/gb.js +++ b/static/scripts/gb.js @@ -41,7 +41,7 @@ $(document).ready(function (){ $('#btn_down').click(function (){ input(3); }); - + $('#btn_a').click(function (){ input(4); }); |