mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-16 21:27:25 -04:00
test: remove one more jQuery call
This commit is contained in:
@@ -5755,7 +5755,7 @@ window.PrivateBin = (function () {
|
||||
* @function
|
||||
*/
|
||||
me.init = function () {
|
||||
const revealButton = $('.toggle-password');
|
||||
const revealButton = document.querySelector('.toggle-password');
|
||||
|
||||
revealButton.click(handleRevealButtonClick);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user