From d1d071462a0a1520d94a029886093b558b24267d Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sun, 30 Oct 2016 13:47:56 -0400 Subject: Support saving new actions --- main.ur | 24 ++++++++++++++++++++---- mdl/lib.urp | 2 ++ mdl/mdl.ur | 21 ++++++++++++++------- mdl/mdlFfi.urs | 2 ++ 4 files changed, 38 insertions(+), 11 deletions(-) diff --git a/main.ur b/main.ur index dd43f47..cf2a4a5 100644 --- a/main.ur +++ b/main.ur @@ -20,6 +20,8 @@ table nextAction : { Done : bool, } PRIMARY KEY Id +sequence nextActionId + (* Forces JavaScript to be enabled on the given page, so as to pull in external scripts specified in the .urp file. *) val forceJavaScript =