mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:28:35 +01:00
fix lite mode :3
This commit is contained in:
parent
20cef3a76e
commit
181c33787a
1 changed files with 0 additions and 3 deletions
|
@ -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 a new issue