mirror of
https://github.com/wukko/cobalt.git
synced 2025-01-13 04:35:28 +01:00
forgot to change the frontend version
This commit is contained in:
parent
43a3ebf475
commit
5ad7559e47
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ const isIOS = ua.match("iphone os");
|
||||||
const isMobile = ua.match("android") || ua.match("iphone os");
|
const isMobile = ua.match("android") || ua.match("iphone os");
|
||||||
const isFirefox = ua.match("firefox/");
|
const isFirefox = ua.match("firefox/");
|
||||||
const isOldFirefox = ua.match("firefox/") && ua.split("firefox/")[1].split('.')[0] < 103;
|
const isOldFirefox = ua.match("firefox/") && ua.split("firefox/")[1].split('.')[0] < 103;
|
||||||
const version = 31;
|
const version = 32;
|
||||||
const regex = new RegExp(/https:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()!@:%_\+.~#?&\/\/=]*)/);
|
const regex = new RegExp(/https:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()!@:%_\+.~#?&\/\/=]*)/);
|
||||||
const notification = `<div class="notification-dot"></div>`;
|
const notification = `<div class="notification-dot"></div>`;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue