Skip to content

Commit

Permalink
increase google-plus' login window height
Browse files Browse the repository at this point in the history
  • Loading branch information
João Neto committed Sep 22, 2014
1 parent 71d1b42 commit f1e923d
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 f1e923d

Please sign in to comment.