* add ability to mask passwords * remove duplicate mask snapshot * make sure only one click happens at a time
16 lines
383 B
HTML
16 lines
383 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
<title>ignore fields</title>
|
|
</head>
|
|
|
|
<body>
|
|
<form>
|
|
<label for="ignore text"> <input type="text" class="rr-ignore" /> </label>
|
|
</form>
|
|
</body>
|
|
</html>
|