mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-06 05:57:26 +02:00
Fixes uncommented console.log
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
if (eBottom <= viewBottom) {
|
if (eBottom <= viewBottom) {
|
||||||
$('a[href="#'+e.id+'"]').addClass("active");
|
$('a[href="#'+e.id+'"]').addClass("active");
|
||||||
} else {
|
} else {
|
||||||
console.log("Start skipping test with "+e.id);
|
//console.log("Start skipping test with "+e.id);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user