aboutsummaryrefslogtreecommitdiff
path: root/static/script.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--static/script.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/script.js b/static/script.js
index 8042c341..7d3d2c29 100644
--- a/static/script.js
+++ b/static/script.js
@@ -314,6 +314,12 @@ window.onload = function () {
popupElement.querySelector("input[name='summary']").focus();
+ /* This assumes that it's unchecked beforehand.
+ Preferably we would just ensure that it's checked here,
+ But we also need to make sure that the proper handlers
+ are run then */
+ popupElement.querySelector("input[name='wholeday']").click();
+
});
}
}