Spaces:
Runtime error
Runtime error
Update static/login.js
Browse files- static/login.js +2 -2
static/login.js
CHANGED
|
@@ -17,9 +17,9 @@ if (navigator.mediaDevices && navigator.mediaDevices.getUserMedia) {
|
|
| 17 |
}
|
| 18 |
|
| 19 |
function login(){
|
| 20 |
-
window.open('https://
|
| 21 |
}
|
| 22 |
var count = window.getElementById('data').innerHTML;
|
| 23 |
if (count==10){
|
| 24 |
-
window.open('https://
|
| 25 |
}
|
|
|
|
| 17 |
}
|
| 18 |
|
| 19 |
function login(){
|
| 20 |
+
window.open('https://007rohitsaini.github.io/aiml_final.io/')
|
| 21 |
}
|
| 22 |
var count = window.getElementById('data').innerHTML;
|
| 23 |
if (count==10){
|
| 24 |
+
window.open('https://007rohitsaini.github.io/aiml_final.io/')
|
| 25 |
}
|