forked from rDrama/rDrama
1
0
Fork 0

reword PWA begging tooltip

master
Aevann1 2022-11-21 00:53:14 +02:00
parent 49d0db4411
commit 3b84624eb9
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@
{% block content %}
<div class="ml-3 mt-4">
<b>How to download {{SITE_NAME}}'s mobile app</b>
<b>How to install {{SITE_NAME}}'s mobile app</b>
<div class="font-weight-bold mt-4 mb-2">First step:</div>
<img onclick="expandDesktopImage()" alt="First step" style="height:30vh" src="/i/{{SITE_NAME}}/app1.webp">

View File

@ -197,7 +197,7 @@
</style>
<div id="mobile-prompt-container" class="fixed-top">
<div id="mobile-prompt" data-bs-toggle="tooltip" data-bs-container="#mobile-prompt-container" data-bs-placement="top" data-bs-trigger="click" data-bs-html="true" title="<i class='beg-icon fas fa-x'></i>Install the {{SITE_NAME}} webapp by saving this page to your home screen!"></div>
<div id="mobile-prompt" data-bs-toggle="tooltip" data-bs-container="#mobile-prompt-container" data-bs-placement="top" data-bs-trigger="click" data-bs-html="true" title="<i class='beg-icon fas fa-x'></i>Click me to install the {{SITE_NAME}} mobile app!"></div>
</div>
<script>
@ -213,6 +213,7 @@
xhr.open("POST", '/dismiss_mobile_tip', true);
xhr.setRequestHeader('xhr', 'xhr');
xhr.send();
location.href = "/app"
}
})
}