Cleared unused listeners, and optimize uianimation code (#213)

Co-authored-by: widlam <mikolaj.widla@gmail.com>
Reviewed-on: #213
Reviewed-by: Adam Bem <bema@noreply.example.com>
Co-authored-by: Mikolaj Widla <widlam@noreply.example.com>
Co-committed-by: Mikolaj Widla <widlam@noreply.example.com>
This commit is contained in:
2023-05-30 13:15:47 +02:00
committed by Adam Bem
parent fb128070dc
commit b6e6277074
4 changed files with 31 additions and 139 deletions

View File

@@ -140,7 +140,7 @@ function loadFetchedMessage(){
json.messageBody,
json.httpStatus);
fillHeaderTable(json.httpHeaders);
initializeHistory();
getHistoryData();
refreshHeaderTable(document.innerHTML);
}