mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Update changelog
This commit is contained in:
@@ -6,12 +6,14 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||
|
||||
var introVideo = document.getElementById('introVideo');
|
||||
var introIframe = document.getElementById('introIframe');
|
||||
var introPlayer = new Vimeo.Player(introIframe);
|
||||
var npmClipboard = new Clipboard('#npmCopy');
|
||||
|
||||
introPlayer.ready().then(function () {
|
||||
introVideo.classList.add('has-loaded');
|
||||
});
|
||||
if (Vimeo) {
|
||||
var introPlayer = new Vimeo.Player(introIframe);
|
||||
introPlayer.ready().then(function () {
|
||||
introVideo.classList.add('has-loaded');
|
||||
});
|
||||
}
|
||||
|
||||
npmClipboard.on('success', function (e) {
|
||||
e.trigger.innerText = 'copied!';
|
||||
|
||||
Reference in New Issue
Block a user