Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rodrigoprimo/social-connect
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoprimo committed Sep 23, 2014
2 parents da5e7de + 8e18583 commit 5c13a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/js/connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
var google_plus_auth = $('#social_connect_google_plus_auth');
var redirect_uri = google_plus_auth.find('input[type=hidden][name=redirect_uri]').val();

window.open(redirect_uri,'','scrollbars=no,menubar=no,height=400,width=800,resizable=yes,toolbar=no,status=no');
window.open(redirect_uri,'','scrollbars=no,menubar=no,height=600,width=800,resizable=yes,toolbar=no,status=no');
};

var _do_yahoo_connect = function() {
Expand Down

0 comments on commit 5c13a19

Please sign in to comment.