Skip to content
Snippets Groups Projects
Commit 83c1f118 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Missing parenthesis. PR 649.

parent 6e1bc794
No related merge requests found
...@@ -105,7 +105,7 @@ function ajaxLoadPages(min, max) { ...@@ -105,7 +105,7 @@ function ajaxLoadPages(min, max) {
response.data.start++; response.data.start++;
} }
findVisible(); findVisible();
} })
.fail(function(response, textStatus) { .fail(function(response, textStatus) {
console.log(response, textStatus); console.log(response, textStatus);
}); });
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment