1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 03:30:48 +03:00

fix talk + update framework

This commit is contained in:
Mzhelskiy Maxim 2017-02-26 13:46:22 +07:00
parent cca2c1e8e8
commit 7b29b37fd3
2 changed files with 4 additions and 3 deletions

View file

@ -37,6 +37,7 @@
*/ */
_create: function () { _create: function () {
this._super(); this._super();
var _this = this;
// Экшнбар // Экшнбар
$('.js-talk-actionbar-select').lsActionbarItemSelect({ $('.js-talk-actionbar-select').lsActionbarItemSelect({
@ -46,8 +47,8 @@
}); });
this.elements.buttonMarkAsRead.on('click', function (e) { this.elements.buttonMarkAsRead.on('click', function (e) {
this.setAction( $(this).data('action') ); _this.setAction( $(this).data('action') );
}.bind(this)); });
this.elements.buttonRemove.lsConfirm({ this.elements.buttonRemove.lsConfirm({
message: this._i18n('remove_confirm'), message: this._i18n('remove_confirm'),

@ -1 +1 @@
Subproject commit fde087260d87e0ed18084db5d56c9b2d057fd852 Subproject commit 63e750851ee4f69bd51fddee5cfa37bb31f7fbb0