Resolves #745
This commit is contained in:
@ -39,6 +39,8 @@
|
||||
}, 40);
|
||||
};
|
||||
function loader() {
|
||||
if (window.location.href.split('#').length > 1)
|
||||
setTimeout(() => document.getElementById(window.location.href.split('#')[1]).scrollIntoView(), 0);
|
||||
registerClickListener();
|
||||
if(window.innerWidth >= '768')
|
||||
document.querySelector('nav').scrollTop = Array.from(document.querySelectorAll('h4')).filter(v => v.innerHTML === 'Adapter')[0].offsetTop;
|
||||
|
||||
@ -39,6 +39,8 @@
|
||||
}, 40);
|
||||
};
|
||||
function loader() {
|
||||
if (window.location.href.split('#').length > 1)
|
||||
setTimeout(() => document.getElementById(window.location.href.split('#')[1]).scrollIntoView(), 0);
|
||||
registerClickListener();
|
||||
if(window.innerWidth >= '768')
|
||||
document.querySelector('nav').scrollTop = Array.from(document.querySelectorAll('h4')).filter(v => v.innerHTML === 'Browser')[0].offsetTop;
|
||||
|
||||
@ -39,6 +39,8 @@
|
||||
}, 40);
|
||||
};
|
||||
function loader() {
|
||||
if (window.location.href.split('#').length > 1)
|
||||
setTimeout(() => document.getElementById(window.location.href.split('#')[1]).scrollIntoView(), 0);
|
||||
registerClickListener();
|
||||
if(window.innerWidth >= '768')
|
||||
document.querySelector('nav').scrollTop = Array.from(document.querySelectorAll('h4')).filter(v => v.innerHTML === 'Date')[0].offsetTop;
|
||||
|
||||
@ -39,6 +39,8 @@
|
||||
}, 40);
|
||||
};
|
||||
function loader() {
|
||||
if (window.location.href.split('#').length > 1)
|
||||
setTimeout(() => document.getElementById(window.location.href.split('#')[1]).scrollIntoView(), 0);
|
||||
registerClickListener();
|
||||
if(window.innerWidth >= '768')
|
||||
document.querySelector('nav').scrollTop = Array.from(document.querySelectorAll('h4')).filter(v => v.innerHTML === 'Function')[0].offsetTop;
|
||||
|
||||
@ -39,6 +39,8 @@
|
||||
}, 40);
|
||||
};
|
||||
function loader() {
|
||||
if (window.location.href.split('#').length > 1)
|
||||
setTimeout(() => document.getElementById(window.location.href.split('#')[1]).scrollIntoView(), 0);
|
||||
registerClickListener();
|
||||
if(window.innerWidth >= '768')
|
||||
document.querySelector('nav').scrollTop = Array.from(document.querySelectorAll('h4')).filter(v => v.innerHTML === 'Array')[0].offsetTop;
|
||||
|
||||
@ -39,6 +39,8 @@
|
||||
}, 40);
|
||||
};
|
||||
function loader() {
|
||||
if (window.location.href.split('#').length > 1)
|
||||
setTimeout(() => document.getElementById(window.location.href.split('#')[1]).scrollIntoView(), 0);
|
||||
registerClickListener();
|
||||
if(window.innerWidth >= '768')
|
||||
document.querySelector('nav').scrollTop = Array.from(document.querySelectorAll('h4')).filter(v => v.innerHTML === 'Math')[0].offsetTop;
|
||||
|
||||
@ -39,6 +39,8 @@
|
||||
}, 40);
|
||||
};
|
||||
function loader() {
|
||||
if (window.location.href.split('#').length > 1)
|
||||
setTimeout(() => document.getElementById(window.location.href.split('#')[1]).scrollIntoView(), 0);
|
||||
registerClickListener();
|
||||
if(window.innerWidth >= '768')
|
||||
document.querySelector('nav').scrollTop = Array.from(document.querySelectorAll('h4')).filter(v => v.innerHTML === 'Node')[0].offsetTop;
|
||||
|
||||
@ -39,6 +39,8 @@
|
||||
}, 40);
|
||||
};
|
||||
function loader() {
|
||||
if (window.location.href.split('#').length > 1)
|
||||
setTimeout(() => document.getElementById(window.location.href.split('#')[1]).scrollIntoView(), 0);
|
||||
registerClickListener();
|
||||
if(window.innerWidth >= '768')
|
||||
document.querySelector('nav').scrollTop = Array.from(document.querySelectorAll('h4')).filter(v => v.innerHTML === 'Object')[0].offsetTop;
|
||||
|
||||
@ -454,7 +454,6 @@ $grid-large-breakpoint: 1280px;
|
||||
&.card-container {
|
||||
position: absolute;
|
||||
padding-top: 3.5rem;
|
||||
height: calc(100vh - 3.5rem);
|
||||
}
|
||||
}
|
||||
// Generic centered column
|
||||
|
||||
@ -39,6 +39,8 @@
|
||||
}, 40);
|
||||
};
|
||||
function loader() {
|
||||
if (window.location.href.split('#').length > 1)
|
||||
setTimeout(() => document.getElementById(window.location.href.split('#')[1]).scrollIntoView(), 0);
|
||||
registerClickListener();
|
||||
if(window.innerWidth >= '768')
|
||||
document.querySelector('nav').scrollTop = Array.from(document.querySelectorAll('h4')).filter(v => v.innerHTML === 'String')[0].offsetTop;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -39,6 +39,8 @@
|
||||
}, 40);
|
||||
};
|
||||
function loader() {
|
||||
if (window.location.href.split('#').length > 1)
|
||||
setTimeout(() => document.getElementById(window.location.href.split('#')[1]).scrollIntoView(), 0);
|
||||
registerClickListener();
|
||||
if(window.innerWidth >= '768')
|
||||
document.querySelector('nav').scrollTop = Array.from(document.querySelectorAll('h4')).filter(v => v.innerHTML === 'Type')[0].offsetTop;
|
||||
|
||||
@ -39,6 +39,8 @@
|
||||
}, 40);
|
||||
};
|
||||
function loader() {
|
||||
if (window.location.href.split('#').length > 1)
|
||||
setTimeout(() => document.getElementById(window.location.href.split('#')[1]).scrollIntoView(), 0);
|
||||
registerClickListener();
|
||||
if(window.innerWidth >= '768')
|
||||
document.querySelector('nav').scrollTop = Array.from(document.querySelectorAll('h4')).filter(v => v.innerHTML === 'Utility')[0].offsetTop;
|
||||
|
||||
@ -55,6 +55,8 @@
|
||||
}, 40);
|
||||
};
|
||||
function loader() {
|
||||
if (window.location.href.split('#').length > 1)
|
||||
setTimeout(() => document.getElementById(window.location.href.split('#')[1]).scrollIntoView(), 0);
|
||||
registerClickListener();
|
||||
if(window.innerWidth >= '768')
|
||||
document.querySelector('nav').scrollTop = Array.from(document.querySelectorAll('h4')).filter(v => v.innerHTML === '$tag')[0].offsetTop;
|
||||
|
||||
Reference in New Issue
Block a user