update components
This commit is contained in:
parent
fd27601fd0
commit
b861fdc816
6 changed files with 770 additions and 27 deletions
|
@ -248,6 +248,10 @@
|
|||
browser.tv = true;
|
||||
}
|
||||
|
||||
if (userAgent.toLowerCase().indexOf("embytheaterpi") !== -1) {
|
||||
browser.slow = true;
|
||||
}
|
||||
|
||||
if (isMobile(userAgent)) {
|
||||
browser.mobile = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue