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() {
|
function isDomainCorrect() {
|
||||||
if (domain = "wesbryie") {
|
if (domain = "wesbryie") {
|
||||||
console.log("This websites javascript code says that it is correct.");
|
console.log("This websites javascript code says that it is correct.");
|
||||||
stop();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
else {
|
else {
|
||||||
console.log("I SEE YOU.");
|
console.log("I SEE YOU.");
|
||||||
stop();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue