From 6adbdfc1073f17546b0f64bb918806c7884f2963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Wed, 4 Oct 2023 12:01:20 +0200 Subject: [PATCH] add loading="lazy" also to vier templates --- view/theme/vier/templates/contact/entry.tpl | 2 +- view/theme/vier/templates/search_item.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/view/theme/vier/templates/contact/entry.tpl b/view/theme/vier/templates/contact/entry.tpl index e99aab93d..96f7643f6 100644 --- a/view/theme/vier/templates/contact/entry.tpl +++ b/view/theme/vier/templates/contact/entry.tpl @@ -6,7 +6,7 @@ onmouseout="t{{$contact.id}}=setTimeout('closeMenu(\'contact-photo-menu-button-{{$contact.id}}\'); closeMenu(\'contact-photo-menu-{{$contact.id}}\');',200)"> --> - {{$contact.name}} + {{$contact.name}} {{if $multiselect}} diff --git a/view/theme/vier/templates/search_item.tpl b/view/theme/vier/templates/search_item.tpl index 51de297d3..1c3b18894 100644 --- a/view/theme/vier/templates/search_item.tpl +++ b/view/theme/vier/templates/search_item.tpl @@ -15,7 +15,7 @@ - {{$item.name}} + {{$item.name}}