mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-05-07 22:42:20 +03:00
Remove debug log from console
This commit is contained in:
parent
ef28e332cc
commit
6f8e5cdbca
1 changed files with 0 additions and 1 deletions
|
@ -219,7 +219,6 @@ Wireguard Server Settings
|
|||
$('#btn_show_private_key').click(function () {
|
||||
var privateElement = document.getElementById("private_key");
|
||||
var btnElement = document.getElementById("btn_show_private_key");
|
||||
console.log(privateElement);
|
||||
if (privateElement.type === 'password') {
|
||||
privateElement.type = 'text';
|
||||
btnElement.innerText = 'Hide';
|
||||
|
|
Loading…
Add table
Reference in a new issue