mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 13:03:43 +08:00
Change specified height to 450
This commit is contained in:
parent
c978eade56
commit
473201c9a4
|
@ -45,7 +45,7 @@ Discourse.LoginMethod.reopenClass({
|
||||||
params.frameWidth = 850;
|
params.frameWidth = 850;
|
||||||
params.frameHeight = 500;
|
params.frameHeight = 500;
|
||||||
} else if (name === "facebook") {
|
} else if (name === "facebook") {
|
||||||
params.frameHeight = 420;
|
params.frameHeight = 450;
|
||||||
}
|
}
|
||||||
|
|
||||||
methods.pushObject(Discourse.LoginMethod.create(params));
|
methods.pushObject(Discourse.LoginMethod.create(params));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user