summaryrefslogtreecommitdiffstats
path: root/assets/js/watched_widget.js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/watched_widget.js')
-rw-r--r--assets/js/watched_widget.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/watched_widget.js b/assets/js/watched_widget.js
index 304a7688..280da83a 100644
--- a/assets/js/watched_widget.js
+++ b/assets/js/watched_widget.js
@@ -22,7 +22,7 @@ function mark_watched(target) {
function mark_unwatched(target) {
var tile = target.parentNode.parentNode.parentNode.parentNode.parentNode;
- tile.style.display = "none";
+ tile.style.display = 'none';
var count = document.getElementById('count')
count.innerText = count.innerText - 1;