Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tholman committed May 4, 2018
1 parent 9d6b420 commit 0ac248c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/inspiring-online.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ function paginate() {
loading = true;
loader.className = "loader loading";
page++;

console.log("Loading: ", document.location.origin + '/' + page)

$.ajax({
url: document.location.origin + '/' + page,
type: 'GET',
Expand Down

0 comments on commit 0ac248c

Please sign in to comment.