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 8c62b8e commit e27aaadCopy full SHA for e27aaad
manifest.json
@@ -1,6 +1,6 @@
1
{
2
"manifest_version": 3,
3
- "version": "0.2.4",
+ "version": "0.2.5",
4
"name": "Django Files",
5
"description": "Django Files Web Extension designed to work with django-files/django-files.",
6
"homepage_url": "https://github.com/django-files/web-extension",
src/js/popup.js
@@ -30,7 +30,9 @@ async function initPopup() {
30
return
31
}
32
33
- document.getElementById('django-files-links').style.display = 'flex'
+ document
34
+ .getElementById('django-files-links')
35
+ .classList.remove('visually-hidden')
36
37
if (options.recentFiles === '0') {
38
return console.log('Recent Files Disabled. Enable in Options.')
0 commit comments