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