summaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.php')
-rw-r--r--public/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/index.php b/public/index.php
index b03b063..a6fa197 100644
--- a/public/index.php
+++ b/public/index.php
@@ -378,6 +378,7 @@ $privacy_exists = is_file($_SERVER['DOCUMENT_ROOT'] . '/static/PRIVACY.txt');
const formTabs = document.getElementById('form-upload-tabs');
</script>
<script src="/static/scripts/audiorecorder.js"></script>
+ <script src="/static/scripts/options.js"></script>
<script>
document.querySelectorAll(".remove-script").forEach((x) => {
x.remove();