diff --git a/resume/index.html b/resume/index.html index 8df4860..361fefb 100644 --- a/resume/index.html +++ b/resume/index.html @@ -1,5 +1,5 @@ - + Resume of Maxim Voldman Hutz @@ -32,10 +32,10 @@ - + - + diff --git a/resume/index.js b/resume/index.js index 0e9a02a..8c3b533 100644 --- a/resume/index.js +++ b/resume/index.js @@ -1,6 +1,5 @@ -window.onload = function () { +window.onload = () => { const links = document.querySelectorAll('link[rel="preload"]'); - for (const link of links) { - link.rel = 'stylesheet'; - } + for (const link of links) link.rel = 'stylesheet'; + document.body.removeAttribute("hidden"); } \ No newline at end of file