lets hope no loop but the content disappears after console.log finishes. the console.log does however appear.
This commit is contained in:
parent
2f02e57577
commit
34055b2ca1
|
@ -24,12 +24,10 @@ else {
|
|||
function isDomainCorrect() {
|
||||
if (domain = "wesbryie") {
|
||||
console.log("This websites javascript code says that it is correct.");
|
||||
stop();
|
||||
}
|
||||
|
||||
else {
|
||||
console.log("I SEE YOU.");
|
||||
stop();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue