mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-21 02:08:12 +02:00
misc
This commit is contained in:
parent
2481a9f4b7
commit
3acb268f90
@ -24,7 +24,6 @@ export const config: CookieConsentConfig = {
|
|||||||
label:
|
label:
|
||||||
'<a href="https://marketingplatform.google.com/about/analytics/terms/us/" target="_blank">Google Analytics 4 (dummy)</a>',
|
'<a href="https://marketingplatform.google.com/about/analytics/terms/us/" target="_blank">Google Analytics 4 (dummy)</a>',
|
||||||
onAccept: () => {
|
onAccept: () => {
|
||||||
console.log('ga4 accepted');
|
|
||||||
// TODO: load ga4
|
// TODO: load ga4
|
||||||
},
|
},
|
||||||
onReject: () => {
|
onReject: () => {
|
||||||
|
@ -10,8 +10,6 @@ const Carousel = ({ list }) => {
|
|||||||
<Swiper
|
<Swiper
|
||||||
spaceBetween={0}
|
spaceBetween={0}
|
||||||
slidesPerView={1}
|
slidesPerView={1}
|
||||||
onSlideChange={() => console.log('slide change')}
|
|
||||||
onSwiper={(swiper) => console.log(swiper)}
|
|
||||||
pagination={{ clickable: true }}
|
pagination={{ clickable: true }}
|
||||||
style={{
|
style={{
|
||||||
'--swiper-pagination-bullet-inactive-color': '#fff',
|
'--swiper-pagination-bullet-inactive-color': '#fff',
|
||||||
|
@ -302,7 +302,7 @@ const metadata = {
|
|||||||
if (window.location.href.indexOf("custom2") > 0) {
|
if (window.location.href.indexOf("custom2") > 0) {
|
||||||
setTimeout(function() { window.location = "#custom2"; }, 150);
|
setTimeout(function() { window.location = "#custom2"; }, 150);
|
||||||
} else {
|
} else {
|
||||||
document.getElementById("custom2").parentElement.parentElement.parentElement.style.display = 'none';
|
setTimeout(function() { document.getElementById("custom2").parentElement.parentElement.parentElement.style.display = 'none'; }, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
document.getElementById("users2").oninput = function() {
|
document.getElementById("users2").oninput = function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user