Last active
December 14, 2015 19:39
-
-
Save evernotegists/5138531 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="deviceready" class="blink"> | |
<p class="event listening">Connecting to Device</p> | |
<p class="event received">Device is Ready</p> | |
<!-- Clicking "Click Me" will call app.loginWithEvernote() --> | |
<input type="submit" value="Login" onClick="app.loginWithEvernote()"</input> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment