From 80cc46667de5062e097f5cd6e51e74c40e5bb063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 12 Apr 2022 02:17:34 +0200 Subject: Fix edit popups not auto opening. Depending an the exact text of an translatable string seems like a bad idea. --- module/calp/html/vcomponent.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'module') 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"))) -- cgit v1.2.3