We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e0d49 commit 38ae447Copy full SHA for 38ae447
scripts/webunistore/webkitmobile.js
@@ -2,7 +2,7 @@ document.addEventListener("DOMContentLoaded", function () {
2
const isWebkitMobile = /AppleWebKit/.test(navigator.userAgent) && /Mobile|iPhone|iPad|Android/.test(navigator.userAgent);
3
4
if (isWebkitMobile) {
5
- document.querySelectorAll('.modIcon').forEach(icon => {
+ document.querySelectorAll('.modFooter').forEach(icon => {
6
icon.classList.add('webkit-mobile-fix');
7
});
8
}
0 commit comments