aboutsummaryrefslogtreecommitdiff
path: root/juick-www
diff options
context:
space:
mode:
Diffstat (limited to 'juick-www')
-rw-r--r--juick-www/src/main/static/scripts.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/static/scripts.js b/juick-www/src/main/static/scripts.js
index a5f7c4c0..91ea8bda 100644
--- a/juick-www/src/main/static/scripts.js
+++ b/juick-www/src/main/static/scripts.js
@@ -80,7 +80,7 @@ function wsShutdown() {
function isTreeMode() {
// relies on UserThread.printReplies implementation TODO keep this in cookie or something
- return document.querySelector('.title2-right a').href.match(/\?view=(\w+)/)[1] == 'list';
+ return document.querySelector('.title2-right > a').href.match(/\?view=(\w+)/)[1] == 'list';
}
function wsIncomingReply(msg) {