Created
August 29, 2016 21:22
-
-
Save nucab/0f0c23f003d98cb2ec827c9691e62daa to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// User defined code goes here | |
window.onload = function(e) { | |
console.log('window loaded!'); | |
parent.API.toggleContinueButton(); | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment