From 709571da3aa1ff2a8925cde4ac4280241abdae3f Mon Sep 17 00:00:00 2001 From: Daniel Sinn Date: Mon, 30 Nov 2015 01:20:52 -0500 Subject: [PATCH] Missed one place in the button colour refactor --- ktane.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ktane.js b/ktane.js index db22287..b35d0a6 100755 --- a/ktane.js +++ b/ktane.js @@ -42,8 +42,8 @@ $('.jsResetSection').on('click', function () { $('#wireOptions button').on('click', function () { var colour = this.getAttribute('data-colour'), letter = this.getAttribute('data-letter'), - $li = $('
  • '); + $li = $('
  • '); $wireList.append($li); count[colour]++;