mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-11 06:26:25 -04:00
Change specified height to 450
This commit is contained in:
parent
c978eade56
commit
473201c9a4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue