diff --git a/src/snek/templates/web.html b/src/snek/templates/web.html index 83e50e7..9b0ed6c 100644 --- a/src/snek/templates/web.html +++ b/src/snek/templates/web.html @@ -81,7 +81,7 @@ if(isLoadingExtra){ return } - if(!isScrolledPastHalf()){ + if(isScrolledPastHalf()){ return } isLoadingExtra = true