mirror of
https://github.com/discourse/discourse.git
synced 2026-08-04 18:33:28 -05:00
FIX: Email Previewing was not showing in Firefox
This commit is contained in:
@@ -8,10 +8,6 @@ export default Ember.Controller.extend({
|
||||
showSendEmailForm: Em.computed.notEmpty('model.html_content'),
|
||||
htmlEmpty: Em.computed.empty('model.html_content'),
|
||||
|
||||
iframeSrc: function() {
|
||||
return ('data:text/html;charset=utf-8,' + encodeURI(this.get('model.html_content')));
|
||||
}.property('model.html_content'),
|
||||
|
||||
actions: {
|
||||
refresh() {
|
||||
const model = this.get('model');
|
||||
|
||||
Reference in New Issue
Block a user