mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-30 08:49:16 +02:00
Multi TX search tweaks
Order the match list by score, clean up of matches panel HTML and show score in DOM as data element
This commit is contained in:
@@ -421,7 +421,8 @@ function handleData(wss, receivedData, rdsWss) {
|
||||
id: currentTx.id,
|
||||
pi: currentTx.pi,
|
||||
reg: currentTx.reg,
|
||||
otherMatches: currentTx.others
|
||||
otherMatches: currentTx.others,
|
||||
score: currentTx.score,
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user