We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530304b commit 0f62fbeCopy full SHA for 0f62fbe
src/scripts/index.js
@@ -8,6 +8,13 @@ var result = document.querySelector('body > main > section#result');
8
let sections = Array.from(document.querySelectorAll('main > section'));
9
10
11
+document.querySelector('footer > header > a > img').onerror = e => {
12
+
13
+ e.target.parentNode.remove();
14
15
+}
16
17
18
function scrollIntoView(section) {
19
20
return new Promise((resolve, reject) => {
src/sw.js
@@ -1,4 +1,4 @@
1
-const CACHE_NAME = 'v1.1.0';
+const CACHE_NAME = 'v1.1.1';
2
3
const FILES_TO_CACHE = [
4
'./images/apple-touch-icon-192x192.webp',
0 commit comments