mirror of
https://codeberg.org/ashley/poke
synced 2026-03-03 12:33:43 +00:00
add ismobile :3
This commit is contained in:
@@ -93,6 +93,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||||||
text: req.query.input || "enter text here",
|
text: req.query.input || "enter text here",
|
||||||
from_language: req.query.from_language,
|
from_language: req.query.from_language,
|
||||||
to_language: req.query.to_language,
|
to_language: req.query.to_language,
|
||||||
|
isMobile: req.useragent.isMobile,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user