|
|
@ -17,7 +17,9 @@ var form = document.getElementById('form');
|
|
|
|
var input = document.getElementById('input');
|
|
|
|
var input = document.getElementById('input');
|
|
|
|
|
|
|
|
|
|
|
|
form.addEventListener('submit', function(e) {
|
|
|
|
form.addEventListener('submit', function(e) {
|
|
|
|
var input = document.getElementById('input');
|
|
|
|
// Remove the var keyword from this line
|
|
|
|
|
|
|
|
input = document.getElementById('input');
|
|
|
|
|
|
|
|
|
|
|
|
var inputString = $("#input").val();
|
|
|
|
var inputString = $("#input").val();
|
|
|
|
log1 = document.querySelector('#log1');
|
|
|
|
log1 = document.querySelector('#log1');
|
|
|
|
log2 = document.querySelector('#log2');
|
|
|
|
log2 = document.querySelector('#log2');
|
|
|
@ -35,6 +37,7 @@ form.addEventListener('submit', function(e) {
|
|
|
|
console.log(inputString);
|
|
|
|
console.log(inputString);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (inputString.includes('9.1.13.')){
|
|
|
|
if (inputString.includes('9.1.13.')){
|
|
|
|
levelTwo();
|
|
|
|
levelTwo();
|
|
|
|
playTrack1();
|
|
|
|
playTrack1();
|
|
|
|