Skip to content

Commit

Permalink
oophs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorin-Oakenpants authored Jun 30, 2021
1 parent 5c7bc38 commit 2ead93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/prototypeLies.js
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ function outputPrototypeLies() {
dom.proxyhash = "none"
} else {
let proxyString = tamperingList.length +" lie"+ (tamperingList.length > 1 ? "s" : "")
dom.proxyhash.innerHTML = sha1(lieList)
dom.proxyhash.innerHTML = sha1(tamperingList.join())
+ buildButton("0", "proxy lies", proxyString, "showMetrics")
}
log_perf("prototype lies [prereq]",t0)
Expand Down

1 comment on commit 2ead93f

@Thorin-Oakenpants
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#61

Please sign in to comment.