We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6305d2 commit e5503bcCopy full SHA for e5503bc
src/public.js
@@ -38,7 +38,7 @@ window.addEventListener('DOMContentLoaded', function() {
38
const page = location.hash.split('page=')[1] || 0
39
const contentElmt = document.getElementById('files-public-content')
40
const sharingTokenElmt = document.getElementById('sharingToken')
41
- const footerElmt = document.querySelector('body > footer')
+ const footerElmt = document.querySelector('#app-content > footer')
42
43
const sharingToken = sharingTokenElmt.value
44
const downloadUrl = generateUrl('/s/{token}/download', { token: sharingToken })
0 commit comments