aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/vcomponent.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/calp/html/vcomponent.scm')
-rw-r--r--module/calp/html/vcomponent.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/module/calp/html/vcomponent.scm b/module/calp/html/vcomponent.scm
index 91db44e6..c9765f63 100644
--- a/module/calp/html/vcomponent.scm
+++ b/module/calp/html/vcomponent.scm
@@ -618,7 +618,10 @@
(class "vevent")))
(vevent-edit
- (@ (data-label "🖊") (data-title ,(_ "Edit"))))
+ (@ (data-label "🖊")
+ (data-title ,(_ "Edit"))
+ ;; Used by JavaScript to target this tab
+ (data-originaltitle "Edit")))
;; (vevent-edit-rrule
;; (@ (data-label "↺") (data-title "Upprepningar")))