mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-22 02:25:59 +02:00
Small JS changes
This commit is contained in:
parent
ca9dc2f179
commit
736c01d4b0
3 changed files with 3 additions and 3 deletions
|
@ -330,7 +330,7 @@
|
|||
</style>
|
||||
<script>
|
||||
function toggleBlur() {
|
||||
var authInfo = document.getElementById("authInfo");
|
||||
const authInfo = document.getElementById("authInfo");
|
||||
authInfo.classList.toggle("blur");
|
||||
}
|
||||
|
||||
|
|
|
@ -143,7 +143,7 @@
|
|||
</style>
|
||||
<script>
|
||||
function toggleBlur() {
|
||||
var authInfo = document.getElementById("authInfo");
|
||||
const authInfo = document.getElementById("authInfo");
|
||||
authInfo.classList.toggle("blur");
|
||||
}
|
||||
|
||||
|
|
|
@ -221,7 +221,7 @@
|
|||
</style>
|
||||
<script>
|
||||
function toggleBlur() {
|
||||
var authInfo = document.getElementById("authInfo");
|
||||
const authInfo = document.getElementById("authInfo");
|
||||
authInfo.classList.toggle("blur");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue