mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-11-01 09:09:51 +00:00
Fixing exception dialog's resize.
This commit is contained in:
parent
b3b44d8e03
commit
49a532605a
1 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
NEWSBLUR.ReaderFeedException = function(feed_id, options) {
|
NEWSBLUR.ReaderFeedException = function(feed_id, options) {
|
||||||
var defaults = {};
|
var defaults = {
|
||||||
|
'onOpen': function() {
|
||||||
|
$(window).trigger('resize.simplemodal');
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
this.options = $.extend({}, defaults, options);
|
this.options = $.extend({}, defaults, options);
|
||||||
this.model = NEWSBLUR.assets;
|
this.model = NEWSBLUR.assets;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue