summaryrefslogtreecommitdiff
path: root/inst/app/index.html
diff options
context:
space:
mode:
authorNaeem Model <me@nmode.ca>2024-05-26 02:38:19 +0000
committerNaeem Model <me@nmode.ca>2024-05-26 02:38:19 +0000
commit9cf25e707fbd49d357cf295ad62f83d805c59c2c (patch)
tree30154c5e964dbe7f8975527e48a1e1a5d042107e /inst/app/index.html
parentbd2bfa90dc7bb75cc6cbe8c6b674b7bcf486b519 (diff)
Update Shiny app
- Refactor data upload and sample data - Create custom data upload button - Create script.js - Change Shiny notification colour - Bug fix: ensure the case counts in bulk data that have only one row are treated as a data frame, by wrapping them in 'data.frame' before passing to 'apply'
Diffstat (limited to 'inst/app/index.html')
-rw-r--r--inst/app/index.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/inst/app/index.html b/inst/app/index.html
index b0f1245..504918d 100644
--- a/inst/app/index.html
+++ b/inst/app/index.html
@@ -5,12 +5,7 @@
{{ headContent() }}
<title>Rnaught Web</title>
<link rel="stylesheet" type="text/css" href="styles.css">
- <!-- Enable tooltips. -->
- <script>
- $(document).ready(function(){
- $('[data-bs-toggle="tooltip"]').tooltip();
- });
- </script>
+ <script src="script.js"></script>
</head>
<body class="d-flex flex-column h-100">
<noscript>