forgot to bump up the version
This commit is contained in:
parent
378fecd849
commit
519e1cfd7f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
let ua = navigator.userAgent.toLowerCase();
|
let ua = navigator.userAgent.toLowerCase();
|
||||||
let isIOS = ua.match("iphone os");
|
let isIOS = ua.match("iphone os");
|
||||||
let isMobile = ua.match("android") || ua.match("iphone os");
|
let isMobile = ua.match("android") || ua.match("iphone os");
|
||||||
let version = 14;
|
let version = 15;
|
||||||
let regex = new RegExp(/https:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()!@:%_\+.~#?&\/\/=]*)/);
|
let regex = new RegExp(/https:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()!@:%_\+.~#?&\/\/=]*)/);
|
||||||
let notification = `<div class="notification-dot"></div>`
|
let notification = `<div class="notification-dot"></div>`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue