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

add ismobile :3

This commit is contained in:
Ashley 2024-01-14 08:11:54 +00:00
parent a3d1ea8b68
commit 3c85374dc9

View file

@ -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,
});
});