Skip to content

Instantly share code, notes, and snippets.

@adrianotadao
Last active December 11, 2015 17:38
Show Gist options
  • Save adrianotadao/4635642 to your computer and use it in GitHub Desktop.
Save adrianotadao/4635642 to your computer and use it in GitHub Desktop.
window.App = (function() {
App.name = 'App';
function App() {
$('#cj_connect').click(function() {
return window.open('http://connect.clickjogos.uol.com.br/eb23c807636afa9d4c05a614023557ef/', 'sharer', 'toolbar=no, width=665, height=700');
});
}
return App;
})();
window.app = new App();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment