diff options
Diffstat (limited to 'inst/app/index.html')
-rw-r--r-- | inst/app/index.html | 7 |
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> |