mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 01:27:59 +00:00
fix lite mode :3
This commit is contained in:
parent
20cef3a76e
commit
181c33787a
@ -440,9 +440,6 @@ module.exports = function (app, config, renderTemplate) {
|
||||
(uaos === "Windows 7" || uaos === "Windows 8") &&
|
||||
browser === "Firefox";
|
||||
|
||||
if (uaos === "Windows XP" || uaos === "Windows Vista")
|
||||
res.redirect("/lite?v=" + req.query.v);
|
||||
|
||||
if (req.query.from === "short") var shortsui = true;
|
||||
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user