mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
removed some debug tools
This commit is contained in:
@@ -14,7 +14,7 @@ export default class Project extends React.Component {
|
||||
)
|
||||
})
|
||||
} else{
|
||||
links = <p><img alt="no links!" src={placeholder} /></p>
|
||||
links = <a><img alt="no links!" src={placeholder} /></a>
|
||||
}
|
||||
return (
|
||||
<li className={'project'} data-aos='fade-up'>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
window.onload = function () { onLoaded() };
|
||||
function onLoaded() {
|
||||
console.log("loaded trigger");
|
||||
document.body.scrollTop = 0; // For Safari
|
||||
document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera
|
||||
let navs = document.querySelectorAll('.navElement');
|
||||
|
||||
Reference in New Issue
Block a user