Merge branch 'MDL-57419-master-2' of https://github.com/xow/moodle

This commit is contained in:
David Monllao 2017-03-20 07:33:25 +01:00
commit 28b1cc19e7
2 changed files with 1 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -140,9 +140,6 @@ define(['jquery', 'core/ajax', 'core/templates', 'core/notification', 'core/cust
this.messageArea.onDelegateEvent('focus', SELECTORS.SENDMESSAGETEXT, this._setMessaging.bind(this));
this.messageArea.onDelegateEvent('blur', SELECTORS.SENDMESSAGETEXT, this._clearMessaging.bind(this));
this.messageArea.onDelegateEvent(CustomEvents.events.enter, SELECTORS.SENDMESSAGETEXT,
this._sendMessageHandler.bind(this));
$(document).on(AutoRows.events.ROW_CHANGE, this._adjustMessagesAreaHeight.bind(this));
// Check if any messages have been displayed on page load.