Skip to content

Instantly share code, notes, and snippets.

@adrianotadao
Last active December 11, 2015 17:38
Show Gist options
  • Save adrianotadao/4635379 to your computer and use it in GitHub Desktop.
Save adrianotadao/4635379 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.staging.cjogos.com.br/3db8a86238e3c8b3de0b3bad225e2407/', 'sharer', 'toolbar=no, width=546, height=550');
});
}
return App;
})();
window.app = new App();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment