Skip to content

Commit 6d9ab46

Browse files
committed
! that is only a bool on inline
1 parent 0d030c4 commit 6d9ab46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/ElkArte/AdminController/ManageFeatures.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ public function action_pwaSettings_display()
462462
pwaPreview("pwa_small_icon");
463463
pwaPreview("pwa_large_icon");
464464
pwaPreview("favicon_icon");
465-
pwaPreview("apple_touch_icon");', ['defer' => true]);
465+
pwaPreview("apple_touch_icon");', true);
466466

467467
$settingsForm->prepare();
468468
}

0 commit comments

Comments
 (0)