From cb250482350b6a5d306c5184447918751d5fdba1 Mon Sep 17 00:00:00 2001 From: rodpolako <139251885+rodpolako@users.noreply.github.com> Date: Fri, 8 Nov 2024 17:49:08 -0500 Subject: [PATCH] Update chess-pgn-trainer.js --- assets/chess-pgn-trainer.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/assets/chess-pgn-trainer.js b/assets/chess-pgn-trainer.js index 4c4180a..57baea5 100644 --- a/assets/chess-pgn-trainer.js +++ b/assets/chess-pgn-trainer.js @@ -26,13 +26,10 @@ Features for this version: * Added ability to select board colors and piece theme * Added ability to add additional piece sets (either PNG for SVG) for hosted instances only. Not available on github.io page. * Added dark mode feature -* Added ability to copy results to clipboard ready to paste into spreadsheet +* Added ability to copy results to clipboard ready to paste into a spreadsheet * Added ability to export results to CSV file along with setting to include the headers * Added multiple piece sets -* Add attribution for color picker: -* [jquery-wheelcolorpicker](https://github.com/fujaru/jquery-wheelcolorpicker/tree/master) A jQuery plugin to add color picker functionality to HTML form inputs in round color wheel style. - */