Feedchooser height.

This commit is contained in:
Samuel Clay 2016-02-03 14:12:44 -08:00
parent 360167026b
commit 5a18b07afb

View file

@ -2,7 +2,7 @@ NEWSBLUR.ReaderFeedchooser = function(options) {
options = options || {};
var defaults = {
'width': options.premium_only || options.chooser_only ? 460 : 900,
'height': 750,
'height': 800,
'premium_only': false,
'chooser_only': false,
'onOpen': _.bind(function() {