1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 05:34:40 -05:00

add ismobile

This commit is contained in:
Ashley 2023-11-04 09:04:55 +00:00
parent cc1254d767
commit b5e429101d

View file

@ -182,6 +182,7 @@ module.exports = function (app, config, renderTemplate) {
h: "", h: "",
tab, tab,
continuation, continuation,
isMobile: req.useragent.isMobile,
results: results, results: results,
q: query, q: query,
summary: "", summary: "",