From 028d2a3c692bc4fcf633ff6969017ac0c153fe29 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Wed, 27 Sep 2017 10:07:06 +0200 Subject: 404 --- public/404.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/404.md b/public/404.md index 5367983..088b35d 100644 --- a/public/404.md +++ b/public/404.md @@ -1,4 +1,4 @@ # 404 -## Teapot not found +**Teapot not found** The page you are looking for does not exists -- cgit v1.2.3 From e0c19d1ab6e88a847ee93fe9fb634155223faaaa Mon Sep 17 00:00:00 2001 From: BuildTools Date: Wed, 27 Sep 2017 10:12:05 +0200 Subject: transition --- public/index.html | 8 +------- public/js/script.js | 4 ---- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/public/index.html b/public/index.html index 25f076c..b3d3b6b 100644 --- a/public/index.html +++ b/public/index.html @@ -18,14 +18,8 @@
-
-
-
-
-
-
+
-
diff --git a/public/js/script.js b/public/js/script.js index a7026fa..42367ef 100644 --- a/public/js/script.js +++ b/public/js/script.js @@ -3,16 +3,12 @@ $(document).ready(function() { $('#tree').append(addDirectory(data)); $('a').click(function(e) { - $('#md').empty(); - $('.spinner').show(); e.preventDefault(); $.get(this.href, function(data) { - $('.spinner').hide(); $('#md').html(data); }); }); }); - $('.spinner').hide(); }); function addDirectory(data) { -- cgit v1.2.3