Skip to content

Commit 38ae447

Browse files
committed
Adjusted WebKit mobile fix
1 parent 91e0d49 commit 38ae447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/webunistore/webkitmobile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ document.addEventListener("DOMContentLoaded", function () {
22
const isWebkitMobile = /AppleWebKit/.test(navigator.userAgent) && /Mobile|iPhone|iPad|Android/.test(navigator.userAgent);
33

44
if (isWebkitMobile) {
5-
document.querySelectorAll('.modIcon').forEach(icon => {
5+
document.querySelectorAll('.modFooter').forEach(icon => {
66
icon.classList.add('webkit-mobile-fix');
77
});
88
}

0 commit comments

Comments
 (0)