From 8718bb7ff233e224f35ca46773165dc1ee0d8b03 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sun, 30 Oct 2016 15:24:43 -0400 Subject: Disable MDL for next-action checkboxes d1d071462a0a1520d94a029886093b558b24267d causes uGTD to dynamically regenerate the next action list when you create a new action. Unfortunately, to get the new checkboxes to look right, it has to MDL.upgrade them, and this clobbers the onclick handler that Ur/Web installs. Disable MDL on the checkboxes to preserve functionality (at the cost of a bit of ugliness). --- main.ur | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.ur b/main.ur index c905dae..195389d 100644 --- a/main.ur +++ b/main.ur @@ -36,7 +36,7 @@ fun renderNextAction action =
  • -