Make Facebook login popup taller
This commit is contained in:
parent
a3344a6be3
commit
c978eade56
|
@ -44,6 +44,8 @@ Discourse.LoginMethod.reopenClass({
|
||||||
if (name === "google") {
|
if (name === "google") {
|
||||||
params.frameWidth = 850;
|
params.frameWidth = 850;
|
||||||
params.frameHeight = 500;
|
params.frameHeight = 500;
|
||||||
|
} else if (name === "facebook") {
|
||||||
|
params.frameHeight = 420;
|
||||||
}
|
}
|
||||||
|
|
||||||
methods.pushObject(Discourse.LoginMethod.create(params));
|
methods.pushObject(Discourse.LoginMethod.create(params));
|
||||||
|
|
Loading…
Reference in New Issue