aboutsummaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'app.js')
-rw-r--r--app.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/app.js b/app.js
index c15f2f2..9d6a1aa 100644
--- a/app.js
+++ b/app.js
@@ -57,6 +57,8 @@ function route (keys) {
pubs()
} else if (src[0] === '@') {
profilePage(src, keys)
+ } else if (src[0] === '?') {
+ searchPage(src, keys)
} else if (src[0] === '%') {
threadPage(src, keys)
} else {