Skip to content

Instantly share code, notes, and snippets.

@Porter97
Created March 11, 2020 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Porter97/aff7d1cde1e443aaf00fd34757f85305 to your computer and use it in GitHub Desktop.
Save Porter97/aff7d1cde1e443aaf00fd34757f85305 to your computer and use it in GitHub Desktop.
#...
if (data.next === "") {
collection_sentinel.innerHTML = '<img class="finished" src="{{ url_for("static", filename="tick-inside-a-circle.svg")|safe }}" alt="None"><br>';
collection_loading = false;
last_page = true;
return;
}
#...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment