This commit is contained in:
epoberezkin
2025-09-20 18:49:14 +00:00
parent 7ee3e9c3e8
commit 04e7ccc3d7
6 changed files with 2637 additions and 1129 deletions
+2 -1
View File
@@ -26,7 +26,8 @@ const uniqueSwiper = new Swiper('.unique-swiper', {
const isMobile = {
Android: () => navigator.userAgent.match(/Android/i),
iOS: () => navigator.userAgent.match(/iPhone|iPad|iPod/i)
iOS: () => navigator.userAgent.match(/iPhone|iPad|iPod/i),
any: () => navigator.userAgent.match(/Android|iPhone|iPad|iPod/i)
};
const privateSwiper = new Swiper('.private-swiper', {