forgot to change the version in front js
This commit is contained in:
parent
d75d29896a
commit
6972be257c
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
let isIOS = navigator.userAgent.toLowerCase().match("iphone os");
|
||||
let version = 10;
|
||||
let version = 11;
|
||||
let regex = new RegExp(/https:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()!@:%_\+.~#?&\/\/=]*)/);
|
||||
|
||||
let switchers = {
|
||||
|
|
Loading…
Reference in a new issue