Skip to content

Instantly share code, notes, and snippets.

@skipjac
Created September 9, 2013 23:38
Show Gist options
  • Save skipjac/6503004 to your computer and use it in GitHub Desktop.
Save skipjac/6503004 to your computer and use it in GitHub Desktop.
Hide submit a request and check existing requests from Anonymous users
if(!currentUser.isAnonymous){
$j('.tab_new').show();
$j('.tab_requests').show()
}
.tab_new, .tab_requests {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment