Change specified height to 450

This commit is contained in:
Kane York 2014-03-24 20:02:04 -07:00
parent c978eade56
commit 473201c9a4

View File

@ -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));