fixed #1163, dark theme flaw

This commit is contained in:
Ikarulus 2017-05-19 00:30:51 +02:00 committed by Scott Nonnenberg
parent b73955a912
commit ab5489baa0

View file

@ -54,7 +54,7 @@
resolve: resolve, resolve: resolve,
reject: reject reject: reject
}); });
this.$el.closest('body').append(dialog.el); this.$el.append(dialog.el);
}.bind(this)); }.bind(this));
}, },
i18n_with_links: function() { i18n_with_links: function() {