mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Feedchooser height.
This commit is contained in:
parent
360167026b
commit
5a18b07afb
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue