Skip to content

Commit c20a270

Browse files
authored
Fix body footer hiding
1 parent 65f579f commit c20a270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/public.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ window.addEventListener('DOMContentLoaded', function() {
3838
const page = location.hash.split('page=')[1] || 0
3939
const contentElmt = document.getElementById('files-public-content')
4040
const sharingTokenElmt = document.getElementById('sharingToken')
41-
const footerElmt = document.querySelector('body > footer')
41+
const footerElmt = document.querySelector('#app-content > footer')
4242

4343
const sharingToken = sharingTokenElmt.value
4444
const downloadUrl = generateUrl('/s/{token}/download', { token: sharingToken })

0 commit comments

Comments
 (0)