mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:08:39 +01:00
add ismobile :3
This commit is contained in:
parent
a3d1ea8b68
commit
3c85374dc9
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
text: req.query.input || "enter text here",
|
||||
from_language: req.query.from_language,
|
||||
to_language: req.query.to_language,
|
||||
isMobile: req.useragent.isMobile,
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue