This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new dfd9295d8 no jira: Chrome warning should be eliminated
dfd9295d8 is described below

commit dfd9295d85ce1a3c25cf3e96142b7ac7667aae66
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Tue Dec 3 22:32:29 2024 +0700

    no jira: Chrome warning should be eliminated
---
 .../src/main/java/org/apache/openmeetings/web/pages/BasePage.html        | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/BasePage.html
 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/BasePage.html
index 2373a10c2..2cdc69089 100644
--- 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/BasePage.html
+++ 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/BasePage.html
@@ -25,6 +25,7 @@
        <meta name="viewport" content="height=device-height, initial-scale=1, 
width=device-width, initial-scale=1" />
        <link rel="apple-touch-icon" href="images/icons/apple-icon-180.png">
        <meta name="apple-mobile-web-app-capable" content="yes">
+       <meta name="mobile-web-app-capable" content="yes">
        <link rel="apple-touch-startup-image" 
href="images/icons/apple-splash-2048-2732.jpg" media="(device-width: 1024px) 
and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and 
(orientation: portrait)">
        <link rel="apple-touch-startup-image" 
href="images/icons/apple-splash-2732-2048.jpg" media="(device-width: 1024px) 
and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and 
(orientation: landscape)">
        <link rel="apple-touch-startup-image" 
href="images/icons/apple-splash-1668-2388.jpg" media="(device-width: 834px) and 
(device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: 
portrait)">

Reply via email to