Fix indentation style

pull/314/head
ElementalAlchemist 3 years ago
parent 8e314eea94
commit 6535ee5b29

@ -1542,8 +1542,8 @@ async function rangeDataUpdated() {
updateDownloadLink(); updateDownloadLink();
await getChatLog(globalStartTimeString, globalEndTimeString); await getChatLog(globalStartTimeString, globalEndTimeString);
document.getElementById("chat-replay").innerHTML = ""; document.getElementById("chat-replay").innerHTML = "";
renderChatLog(); renderChatLog();
} }
function setCurrentRangeStartToVideoTime() { function setCurrentRangeStartToVideoTime() {

Loading…
Cancel
Save