Skip to content
Snippets Groups Projects
Commit 9db34cb5 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fixed variable

parent b7fc9cc0
No related branches found
No related tags found
2 merge requests!1712Development,!1684Development
...@@ -74,7 +74,7 @@ function loadMoreResults() { ...@@ -74,7 +74,7 @@ function loadMoreResults() {
var resultLoader = window.setInterval(function () { var resultLoader = window.setInterval(function () {
if (!currentlyLoading) { if (!currentlyLoading) {
counter++; counter++;
if (count >= 10) { if (counter >= 10) {
clearInterval(resultLoader); clearInterval(resultLoader);
} }
currentlyLoading = true; currentlyLoading = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment