From 54180a1a177b9a11d8348c14a3446529b08daea7 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sat, 27 Feb 2021 01:14:41 -0700 Subject: Tweak css and add switch for dark and light mode --- static/scripts/gb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/scripts/gb.js') 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); }); -- cgit v1.2.3-54-g00ecf