mobile style hacks

This commit is contained in:
Ginger Wong
2020-06-14 21:14:42 -07:00
parent 1b2b7248fc
commit c16cd50dbb
4 changed files with 33 additions and 14 deletions

View File

@@ -25,7 +25,12 @@ function setupApp() {
})
// style hackings
window.VIDEOJS_NO_DYNAMIC_STYLE = true;
mobileVHhack();
// init messaging interactions
var appMessagingMisc = new Messaging();
appMessagingMisc.init();