diff options
| author | ilotterytea <iltsu@alright.party> | 2025-06-18 15:11:04 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-06-18 15:11:04 +0500 |
| commit | 70f40b94ad7f2d9eeb82a9313049e96d8fbc068d (patch) | |
| tree | fb17bb70450454a96cd242e6bff971b3bd49e7e6 /public/index.php | |
| parent | 312b5d6e873d53b78db4bef628fe01391a30cdb0 (diff) | |
feat: save upload options
Diffstat (limited to 'public/index.php')
| -rw-r--r-- | public/index.php | 1 |
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(); |
