Social Football & Embodied Potential | Listen Now

response.json())
.then((data) => {
// console.log(data);
});
}
this.hideEdit();
},
updateChapterTitle(e) {
if (e.keyCode === 229) {
return
}
title = this.editChapterTitle.value;
startIndex = this.editingEl.getAttribute(‘data-start-index’);
$wire.updateChapterTitle(startIndex, title);
},
updateSpeaker() {
speaker = this.editSpeaker.value;
parent = this;
if (!this.editingEl || !body) {
return;
}
$wire.updateSpeaker(this.editingPosition, speaker);
},
setScroll(el) {
if (enableAutoScroll && !scrolling && !player.paused && !this.editingEl && !isEditing) {
clearTimeout(autoScrollingTimeout);
autoScrolling = true;
el.scrollIntoView({
behavior: ‘smooth’
});
autoScrollingTimeout = setTimeout(() => { autoScrolling = false; }, 1000);
}
return true;
},
clipboard() {
url=” + ‘?t=” + this.position[0];
navigator.clipboard.writeText(url);
showNotification(“Copied the link.’);
},
share() {
if (navigator.share) {
url=” + ‘?t=” + this.position[0]; navigator.share({ title: “Possibility of feeling like social football”, url: url, text: ‘Possibility of feeling like social football’ }); } } }” x-on:mouseleave=”hideButtons()” x-on:click.outside=”updateBody(); hideEdit();”>