mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-07-26 12:08:15 +00:00
Fix app.js brace syntax error and remove duplicate tbody in index.html
This commit is contained in:
+1
-1
@@ -103,7 +103,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
</p>
|
||||
`;
|
||||
}
|
||||
} } else {
|
||||
} else {
|
||||
actions.innerHTML = `
|
||||
<div class="joining-spinner" style="text-align:center; padding: 1rem;">
|
||||
<div class="join-spinner"></div>
|
||||
|
||||
@@ -420,7 +420,6 @@
|
||||
<th>Teleparty</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="feat-name">
|
||||
|
||||
Reference in New Issue
Block a user