mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 03:34:46 -05:00
add ismobile
This commit is contained in:
parent
cc1254d767
commit
b5e429101d
1 changed files with 1 additions and 0 deletions
|
@ -182,6 +182,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
h: "",
|
||||
tab,
|
||||
continuation,
|
||||
isMobile: req.useragent.isMobile,
|
||||
results: results,
|
||||
q: query,
|
||||
summary: "",
|
||||
|
|
Loading…
Reference in a new issue