From 62023a04aa51782b66b81a2b2f7d463ddb8d65f3 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Thu, 18 Aug 2016 16:06:51 -0400 Subject: Record checkbox clicks --- main.ur | 12 ++++++++++-- prepopulate.sql | 10 +++++----- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/main.ur b/main.ur index cb2fe15..79e5f2b 100644 --- a/main.ur +++ b/main.ur @@ -15,14 +15,18 @@ specific language governing permissions and limitations under the License. *) open Mdl table nextAction : { + Id : int, Nam : string, Done : bool, -} +} PRIMARY KEY Id (* Forces JavaScript to be enabled on the given page, so as to pull in external scripts specified in the .urp file. *) val forceJavaScript =