Skip to content

Instantly share code, notes, and snippets.

@zuzannamj
Created March 27, 2020 15:59
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 zuzannamj/b9b50b731ba89fe51f04eb9cb4042278 to your computer and use it in GitHub Desktop.
Save zuzannamj/b9b50b731ba89fe51f04eb9cb4042278 to your computer and use it in GitHub Desktop.
<script>
function showSpinner() {
$spinner = document.getElementsByClassName("slds-spinner_container")[0];
$spinner.style.display = "block";
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment