update components

This commit is contained in:
Luke Pulverenti 2016-08-06 10:07:44 -04:00
parent 556b64e92c
commit a8a609a04d
39 changed files with 121 additions and 1198 deletions

View file

@ -119,7 +119,7 @@
return registrationServices.validateFeature('livetv').then(function () {
var limit = browser.mobile ? 100 : 400;
var limit = browser.slow ? 100 : 400;
context.querySelector('.guideRequiresUnlock').classList.add('hide');