diff --git a/js/privatebin.js b/js/privatebin.js index 9dbd5262..48400e7d 100644 --- a/js/privatebin.js +++ b/js/privatebin.js @@ -5755,7 +5755,7 @@ window.PrivateBin = (function () { * @function */ me.init = function () { - const revealButton = $('.toggle-password'); + const revealButton = document.querySelector('.toggle-password'); revealButton.click(handleRevealButtonClick); };