Selaa lähdekoodia

Update 'get_url.js'

ikachan 7 vuotta sitten
vanhempi
commit
0370e21e7a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      get_url.js

+ 1 - 1
get_url.js

@@ -9,7 +9,7 @@ xhr.onreadystatechange = () => {
             const flag = xhr.responseText
             window.location.href = 'http://www.wechall.net/challenge/training/programming1/index.php?answer=' + flag
         } else {
-            console.log("Error: "+ xhr.status)
+            console.log('Error: '+ xhr.status)
         }
     }
 }