Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
veniware committed Jun 17, 2024
1 parent a685c58 commit 13a106d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Protest/Front/ntpclient.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ class NtpClient extends Window {
this.hexButton.onclick = ()=>{
new HexViewer({exchange:[{direction:"query", data:json.req},{direction:"response", data:json.res}], protocol:"ntp"});
};

}
else {
this.id = null;
Expand Down
2 changes: 1 addition & 1 deletion Protest/Front/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ class View extends Window {
if (json.error) throw (json.error);
}
catch (ex) {
console.error(ex);
console.error(`timeline error: ${ex}`);
return;
}

Expand Down

0 comments on commit 13a106d

Please sign in to comment.