Fix indentation style

pull/316/head
ElementalAlchemist 2 years ago committed by Mike Lang
parent 36be1bc01a
commit 3710d9410a

@ -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