Spaces:
Running
Running
ya_sir
commited on
Update index.html
Browse files- index.html +1 -0
index.html
CHANGED
@@ -706,6 +706,7 @@ if(selectedStyle.value == '1:2'){
|
|
706 |
});
|
707 |
if (response.status === 400) {
|
708 |
pi.innerText = 'reCaptcha human validation failed ⭕ user is suspected to be bot ';
|
|
|
709 |
}
|
710 |
|
711 |
cn = false
|
|
|
706 |
});
|
707 |
if (response.status === 400) {
|
708 |
pi.innerText = 'reCaptcha human validation failed ⭕ user is suspected to be bot ';
|
709 |
+
div.append(pi)
|
710 |
}
|
711 |
|
712 |
cn = false
|