mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 22:11:48 +01:00
Remove duplicate event handler
This commit is contained in:
parent
7503fde48c
commit
d66f1f5513
1 changed files with 0 additions and 2 deletions
|
@ -80,8 +80,6 @@ document.addEventListener("DOMContentLoaded", function () {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$('[data-clipboard]').on('click', window.copyToClipboard);
|
|
||||||
|
|
||||||
$('[data-toggle="password"]').each(function () {
|
$('[data-toggle="password"]').each(function () {
|
||||||
var input = $(this);
|
var input = $(this);
|
||||||
var eye_btn = $(this).parent().find('.input-group-text');
|
var eye_btn = $(this).parent().find('.input-group-text');
|
||||||
|
|
Loading…
Add table
Reference in a new issue