fixed #1163, dark theme flaw
This commit is contained in:

committed by
Scott Nonnenberg

parent
b73955a912
commit
ab5489baa0
@@ -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() {
|
||||||
|
Reference in New Issue
Block a user