diff --git a/package.json b/package.json
index e1bfa08..8d7cdc5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "the-fold-within",
- "version": "3.0.1",
+ "version": "3.0.2",
"dependencies": {
"pdf-parse": "^1.1.1"
}
diff --git a/public/app.js b/public/app.js
index 93c8638..cf895d9 100755
--- a/public/app.js
+++ b/public/app.js
@@ -201,29 +201,11 @@ async function handleHash() {
const src = await fetch(indexFile.path).then(r => r.ok ? r.text() : "");
const html = marked.parse(src || `# ${currentPath.split("/").pop()}\n\nNo content yet.`);
els.viewer.innerHTML = `
No content yet.
-Unsupported type.
`; } } catch (e) { els.viewer.innerHTML = `No content yet.
`;