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();
await getChatLog(globalStartTimeString, globalEndTimeString);
document.getElementById("chat-replay").innerHTML = "";
renderChatLog();
document.getElementById("chat-replay").innerHTML = "";
renderChatLog();
}
function setCurrentRangeStartToVideoTime() {

Loading…
Cancel
Save