Fixed some merge conflicts
This commit is contained in:
parent
1a60301a17
commit
67f0de4b8b
|
@ -93,7 +93,6 @@ Discourse.ComposerController = Discourse.Controller.extend({
|
|||
});
|
||||
},
|
||||
|
||||
<<<<<<< HEAD
|
||||
closeEducation: function() {
|
||||
this.set('educationClosed', true);
|
||||
},
|
||||
|
|
|
@ -85,13 +85,12 @@ Discourse.ComposerView = Discourse.View.extend({
|
|||
$('.composer-popup').css('bottom', sizePx);
|
||||
},
|
||||
|
||||
focusIn: (function() {
|
||||
focusIn: function() {
|
||||
var controller = this.get('controller');
|
||||
if(controller) controller.resetDraftStatus();
|
||||
}),
|
||||
},
|
||||
|
||||
|
||||
resize: (function() {
|
||||
resize: function() {
|
||||
// this still needs to wait on animations, need a clean way to do that
|
||||
return Em.run.next(null, function() {
|
||||
var replyControl = $('#reply-control');
|
||||
|
|
Loading…
Reference in New Issue