mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-08-02 04:23:44 +00:00
test: remove one more jQuery call
This commit is contained in:
parent
543dc39202
commit
045a356c09
1 changed files with 1 additions and 1 deletions
|
|
@ -5755,7 +5755,7 @@ window.PrivateBin = (function () {
|
|||
* @function
|
||||
*/
|
||||
me.init = function () {
|
||||
const revealButton = $('.toggle-password');
|
||||
const revealButton = document.querySelector('.toggle-password');
|
||||
|
||||
revealButton.click(handleRevealButtonClick);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue