Skip to content

Instantly share code, notes, and snippets.

@cfjedimaster
Created October 31, 2012 16:02
//Am I logged in already?
currentUser = Parse.User.current();
if(currentUser) {
cylon.loadPage("./notes.html");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment