mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 16:57:58 +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") &&
|
(uaos === "Windows 7" || uaos === "Windows 8") &&
|
||||||
browser === "Firefox";
|
browser === "Firefox";
|
||||||
|
|
||||||
if (uaos === "Windows XP" || uaos === "Windows Vista")
|
|
||||||
res.redirect("/lite?v=" + req.query.v);
|
|
||||||
|
|
||||||
if (req.query.from === "short") var shortsui = true;
|
if (req.query.from === "short") var shortsui = true;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue