aboutsummaryrefslogtreecommitdiff
path: root/static/components/popup-element.ts
diff options
context:
space:
mode:
Diffstat (limited to 'static/components/popup-element.ts')
-rw-r--r--static/components/popup-element.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/components/popup-element.ts b/static/components/popup-element.ts
index 35c966ac..3300f885 100644
--- a/static/components/popup-element.ts
+++ b/static/components/popup-element.ts
@@ -151,7 +151,7 @@ function setup_popup_element(ev: VEvent): PopupElement {
ev.register(popup);
/* TODO propper way to find popup container */
(document.querySelector('.days') as Element).appendChild(popup);
- let tabBtn = popup.querySelector('[role="tab"][title="Redigera"]') as HTMLButtonElement
+ let tabBtn = popup.querySelector('[role="tab"][data-originaltitle="Edit"]') as HTMLButtonElement
tabBtn.click()
let tab = document.getElementById(tabBtn.getAttribute('aria-controls')!)!
let input = tab.querySelector('input[name="summary"]') as HTMLInputElement