summaryrefslogtreecommitdiff
path: root/main.ur
diff options
context:
space:
mode:
Diffstat (limited to 'main.ur')
-rw-r--r--main.ur3
1 files changed, 1 insertions, 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 =
<li class="mdl-list__item">
<span class="mdl-list__item-primary-content">
<span class="mdl-list__item-icon">
- <label class="mdl-checkbox mdl-js-checkbox mdl-js-ripple-effect" for={c}>
+ <label class="mdl-checkbox" for={c}>
<ccheckbox id={c} source={done} class="mdl-checkbox__input"
onchange={
b <- get done;
@@ -107,7 +107,6 @@ val main =
name <- get newNextActionDescription.Source;
bind (rpc (newNextAction name)) (set actionItems);
sleep 0;
- Mdl.upgradeAllRegistered;
set mode NextActions;
set newNextActionDescription.Source ""
} />