Skip to content

Instantly share code, notes, and snippets.

@julianalucena
Created October 5, 2011 13:07
Show Gist options
  • Save julianalucena/1264379 to your computer and use it in GitHub Desktop.
Save julianalucena/1264379 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
function showLoadingUsers(){
document.getElementById('loading_bar').style.display = 'block';
$('user_list_table').remove();
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment