mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 08:15:00 +00:00
fixed-modal
is a better name
This commit is contained in:
parent
70706897f4
commit
6361618188
@ -11,7 +11,7 @@ export default Ember.Component.extend({
|
||||
// use `elementId`
|
||||
if (this.get('modalStyle') !== 'inline-modal') {
|
||||
this.set('elementId', 'discourse-modal');
|
||||
this.set('modalStyle', 'popup-modal');
|
||||
this.set('modalStyle', 'fixed-modal');
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user