Skip to content

Instantly share code, notes, and snippets.

@Porter97
Created March 11, 2020 15:20
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/839dbb5fb1672c75fef7b8059754a374 to your computer and use it in GitHub Desktop.
Save Porter97/839dbb5fb1672c75fef7b8059754a374 to your computer and use it in GitHub Desktop.
#...
if (data.results.length < 1) {
collection_sentinel.innerHTML = '<img class="finished" src="{{ url_for("static", filename="tick-inside-a-circle.svg")|safe }}" alt="None"><br>';
collection_loading = false;
return;
#...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment