Skip to content

Instantly share code, notes, and snippets.

@GreatPotato
Last active December 16, 2015 15:59
Show Gist options
  • Select an option

  • Save GreatPotato/5460059 to your computer and use it in GitHub Desktop.

Select an option

Save GreatPotato/5460059 to your computer and use it in GitHub Desktop.
Shows the LS loading indicator
window.Phpr.showLoadingIndicator({
loadIndicator: {
overlayClass: 'ajax_loading_indicator',
zIndex: 9999,
html: '<span>Loading...</span>'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment