]> git.mdlowis.com Git - projs/mdl.git/commitdiff
fixup
author80B <wtf@idk.lol>
Fri, 8 Jan 2021 02:23:05 +0000 (02:23 +0000)
committer80B <wtf@idk.lol>
Fri, 8 Jan 2021 02:23:05 +0000 (02:23 +0000)
index.html

index 2c3d823d6929c1f42fefc7cfe8b15a1baa5d6354..6a5686c98e8d47f4b8eff75f9053d524aeb2f339 100644 (file)
@@ -2,7 +2,6 @@
 <html lang="en">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="viewport" content="initial-scale=1">
-<link rel="shortcut icon" type="image/x-icon" href="logo.svg">
 <link rel="stylesheet" href="style.css">
 <title>Michael D. Lowis - About Me</title>
 
@@ -50,7 +49,7 @@ const loadPage = (file, dir = { J: 'journals', N: 'notes', T: 'tasks' }[file[0]]
 
     search.onkeyup = (ev) => {
         filterPages();
-        ev.stopPropagation();
+        ev.key !== 'Escape' && ev.stopPropagation();
     }
 
     loadPage("N2021-01-06-201332604");