[skip ci] todo

This commit is contained in:
kolaente 2019-09-03 22:58:40 +02:00
parent 639665ff7e
commit 8d164cf2d8
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ if(typeof(EventSource) !== "undefined") {
})
source.addEventListener('update', e => {
console.debug('update', e)
// TODO: Make sure everything is sorted...
const data = JSON.parse(e.data)
$(tableName + ` tr`).each((i, tr) => {
if(tr.dataset.id == data.id) {