Skip to content

Commit

Permalink
Fix undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
kdzwinel committed Sep 27, 2021
1 parent b616510 commit 8391f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion privacy-protections/https-loop-protection/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function runTests () {
updateSummary();
});
} else {
valueSpan.innerHTML = resultToHTML(data);
valueSpan.innerHTML = resultToHTML(result);
resultObj.value = result || null;
}
} catch (e) {
Expand Down

0 comments on commit 8391f8a

Please sign in to comment.