We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b70f6 commit 09155a9Copy full SHA for 09155a9
1 file changed
app/assets/javascripts/discourse/views/cloaked_view.js
@@ -11,7 +11,7 @@ Discourse.CloakedView = Discourse.View.extend({
11
12
init: function() {
13
this._super();
14
- this.set('style', 'height: ' + this.get('defaultHeight') + 'px');
+ this.uncloak();
15
},
16
17
/**
0 commit comments