From 045a356c09f9f249922ec626d9588da90b845e4e Mon Sep 17 00:00:00 2001 From: rugk Date: Thu, 19 Mar 2026 17:23:09 +0000 Subject: [PATCH] test: remove one more jQuery call --- js/privatebin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); };