fix missing fullscreen

This commit is contained in:
Jesús 2019-04-09 22:40:34 -05:00
parent 7495f70d25
commit 771a2cd22c
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
2 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,8 @@ document.addEventListener('DOMContentLoaded', () => {
'volume', 'volume',
'captions', 'captions',
'settings', 'settings',
'download' 'download',
'fullscreen'
] ]
}); });
}); });

View File

@ -190,6 +190,6 @@
<script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/modules/plyr/plyr.min.js" <script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/modules/plyr/plyr.min.js"
integrity="sha512-5LTPChkWfom9XmQ+T2/MfSTBirVqZf7g/7OM80kuLVcSg2aSzjVuivWhTWQaVA9B/V+fCtnLQuPoeXu3WoG4vA=="></script> integrity="sha512-5LTPChkWfom9XmQ+T2/MfSTBirVqZf7g/7OM80kuLVcSg2aSzjVuivWhTWQaVA9B/V+fCtnLQuPoeXu3WoG4vA=="></script>
<script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/play.js" <script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/play.js"
integrity="sha512-Oal0YiubwWSz3WyFyh2z2RuW1A/fLv+PNAf2YRk7C50IAIxXbTmIFrVDRk6ZOgLW7wJUFJBj65ZILb3L4uShGg=="></script> integrity="sha512-BN/U40V0xjbqvTnUUjG/FcqGUeUmmulDL6WF+uqVx8a4wRwaJQrEU/gg17P6wAiC3WhDCNxUvn9/NS65LvuJCg=="></script>
<!-- /Plyr --> <!-- /Plyr -->
{% endblock %} {% endblock %}