We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 432c4fb + a8511c3 commit a6dd531Copy full SHA for a6dd531
index.js
@@ -13,4 +13,3 @@ console.log(hiringMessage);
13
// Comment generated via js instead of directly in HTML so the hiring message text is only in one place
14
const comment = document.createComment("\n"+hiringMessage.toString()+"\n");
15
document.insertBefore(comment, document.firstChild);
16
-
0 commit comments