update components

This commit is contained in:
Luke Pulverenti 2017-01-02 01:06:05 -05:00
parent fd27601fd0
commit b861fdc816
6 changed files with 770 additions and 27 deletions

View file

@ -248,6 +248,10 @@
browser.tv = true;
}
if (userAgent.toLowerCase().indexOf("embytheaterpi") !== -1) {
browser.slow = true;
}
if (isMobile(userAgent)) {
browser.mobile = true;
}