Fix double pause button in mobile (#408)
Restored css load-order that was changed from a recent refactor.
This commit is contained in:
parent
2ecf04a2e5
commit
428c00901b
1 changed files with 1 additions and 2 deletions
|
@ -1,9 +1,8 @@
|
|||
// @flow
|
||||
|
||||
import './plugins/videojs-mobile-ui/plugin';
|
||||
import 'videojs-contrib-ads'; // must be loaded in this order
|
||||
import 'videojs-ima'; // loads directly after contrib-ads
|
||||
import 'video.js/dist/alt/video-js-cdn.min.css';
|
||||
import './plugins/videojs-mobile-ui/plugin';
|
||||
|
||||
import * as ICONS from 'constants/icons';
|
||||
import * as OVERLAY from './overlays';
|
||||
|
|
Loading…
Reference in a new issue