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