aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/script.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/script.js b/static/script.js
index 894ebb20..5ed9c1e5 100644
--- a/static/script.js
+++ b/static/script.js
@@ -386,6 +386,11 @@ function place_in_edit_mode (event) {
event.properties.calendar = this.value;
}
container.appendChild(calendar_dropdown);
+
+ let tab = popup.getElementsByClassName("tab")[1];
+ let radio = tab.getElementsByTagName("input")[0];
+ radio.click();
+ tab.querySelector("input[name='summary']").focus();
}
window.onload = function () {