aboutsummaryrefslogtreecommitdiffstats
path: root/static/ui.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/ui.html')
-rw-r--r--static/ui.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/ui.html b/static/ui.html
index 5701d47..93ab09d 100644
--- a/static/ui.html
+++ b/static/ui.html
@@ -18,11 +18,11 @@
<div id="filters">
<div id="controls"></div>
- <h4 onclick="document.querySelector('#tags').style.display = document.querySelector('#tags').style.display === 'none' ? '' : 'none';">Tags</h4>
+ <h4 onclick="document.querySelector('#tags').style.display = document.querySelector('#tags').style.display === 'none' ? '' : 'none';">Tags</h4>
<ul id="tags" style="display: none;">
</ul>
- <h4 onclick="document.querySelector('#feeds').style.display = document.querySelector('#feeds').style.display === 'none' ? '' : 'none';">Feeds</h4>
+ <h4 onclick="document.querySelector('#feeds').style.display = document.querySelector('#feeds').style.display === 'none' ? '' : 'none';">Feeds</h4>
<ul id="feeds" style="display: none;">
</ul>