mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +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) {
|
||||
var defaults = {};
|
||||
var defaults = {
|
||||
'onOpen': function() {
|
||||
$(window).trigger('resize.simplemodal');
|
||||
}
|
||||
};
|
||||
|
||||
this.options = $.extend({}, defaults, options);
|
||||
this.model = NEWSBLUR.assets;
|
||||
|
|
Loading…
Add table
Reference in a new issue