From c436406e9e88af57151c31f29259967829678182 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Fri, 22 Mar 2019 03:15:43 -0400 Subject: [PATCH] Add todo in grid.js. This will be the biggest change in the rewrite. All ui/cmd.js commands must be re-written to be entirely ipc based and then all seq commands will be re-written to be ipc based as well. --- app/lib/ui/grid.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/lib/ui/grid.js b/app/lib/ui/grid.js index 2bfb78b..6d36d71 100644 --- a/app/lib/ui/grid.js +++ b/app/lib/ui/grid.js @@ -79,6 +79,7 @@ grid.click = function (t) { 'use strict'; const i = parseInt($(t).attr('x')); let c; + //TODO: ADD OTHER STATES if ($(t).prop('checked')) { c = $(t).attr('class').replace('.', ''); mcopy.state.sequence.arr[i] = c;