Clean frontend code

This commit is contained in:
2023-05-24 11:08:15 +02:00
parent 2aaf993f7a
commit 8815f657e0
7 changed files with 42 additions and 345 deletions

View File

@@ -60,9 +60,9 @@ function showHeaders(){
$('#headersTab').off('click');
}
function showHeadersHistory(element){
function showHeadersHistory(record){
historyTable = '';
headers = parseHeaders(element.id)
headers = parseHeaders(record.id)
headers.forEach(
(value,key) => {
historyTable +=