Basic uploadfield
This commit is contained in:
@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user