Basic uploadfield

This commit is contained in:
James Barnsley
2018-07-08 20:20:51 +12:00
parent 528383cfe8
commit 0ef00e74ab
7 changed files with 43 additions and 17 deletions

View File

@ -26,9 +26,6 @@
<link rel="apple-touch-icon" sizes="512x512" href="/iris/assets/logo-app-512.png" />
<link rel="mask-icon" href="/iris/assets/icon_coloured.svg" color="#08d58f" />
<!-- Raven Sentry -->
<script src="https://cdn.ravenjs.com/3.17.0/raven.min.js" crossorigin="anonymous"></script>
<!-- Loading screen -->
<style>
html {
@ -77,7 +74,7 @@
// Release details
// These are automatically injected to built HTML
var build = "1530872793";
var build = "1530996335";
var version = "3.22.0";
// Construct the script tag
@ -114,5 +111,8 @@
</script>
<!-- Raven Sentry -->
<script src="https://cdn.ravenjs.com/3.17.0/raven.min.js" crossorigin="anonymous"></script>
</html>