remove typescript

This commit is contained in:
2020-01-20 12:43:43 +01:00
parent 47b8a4c900
commit 129d6915d2
32 changed files with 751 additions and 15929 deletions

View File

@@ -3,9 +3,6 @@
<head>
{{template "meta_tags" "Upload History"}}
{{template "user_style" .}}
<script src="res/script/jquery.js"></script>
<script src="res/script/jquery-cookie.js"></script>
<script>var apiEndpoint = '{{.APIEndpoint}}';</script>
</head>
<body>
<div id='body' class="body">
@@ -18,10 +15,14 @@
</p>
<br/>
<div id="uploadedFiles" class="highlight_dark"></div>
<div id="uploaded_files" class="highlight_dark"></div>
</div></div>
{{template "page_bottom" .}}
<script>{{template `history.js`}}</script>
<script>
let apiEndpoint = '{{.APIEndpoint}}';
{{template `util.js`}}
{{template `history.js`}}
</script>
{{template "analytics"}}
</body>
</html>{{end}}