mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 17:15:32 +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.frameHeight = 500;
|
||||
} else if (name === "facebook") {
|
||||
params.frameHeight = 420;
|
||||
params.frameHeight = 450;
|
||||
}
|
||||
|
||||
methods.pushObject(Discourse.LoginMethod.create(params));
|
||||
|
|
Loading…
Reference in New Issue
Block a user