about summary refs log tree commit diff
path: root/bh20simplewebuploader/templates/blog.html
diff options
context:
space:
mode:
Diffstat (limited to 'bh20simplewebuploader/templates/blog.html')
-rw-r--r--bh20simplewebuploader/templates/blog.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/bh20simplewebuploader/templates/blog.html b/bh20simplewebuploader/templates/blog.html
index 8f8ab66..dbc0b99 100644
--- a/bh20simplewebuploader/templates/blog.html
+++ b/bh20simplewebuploader/templates/blog.html
@@ -73,19 +73,6 @@
 
     <script type="text/javascript">
       let scriptRoot = {{ request.script_root|tojson|safe }}; // examples
-
-      document.addEventListener("DOMContentLoaded", function(){
-          var count = fetch("/api/getCount")
-              .then((resp) => resp.json())
-              .then(function (data) {
-                  count = data["sequences"];
-                  console.log(count);
-                  span = document.getElementById("Counter");
-                  txt = document.createTextNode(count);
-                  span.appendChild(txt);
-              });
-      });
-
     </script>
   </body>