update hls

This commit is contained in:
Luke Pulverenti 2015-08-28 20:50:39 -04:00
parent 0e1df8a39d
commit 2a830d2a3d
10 changed files with 35 additions and 21 deletions

View file

@ -110,7 +110,7 @@
function setDefault(page) {
getElement().style.backgroundImage = "url(css/images/splash.jpg)";
page = $(page)[0];
page.classList.add('backdropPage');
page.classList.add('staticBackdropPage');
}