Fix applying document info

This commit is contained in:
Julia Radzhabova 2019-10-08 12:11:07 +03:00
parent b691842936
commit 8a53ba2f5f
3 changed files with 3 additions and 3 deletions

View file

@ -881,7 +881,7 @@ define([
}).on('keydown:before', keyDownBefore);
this.btnApply = new Common.UI.Button({
el: '#fminfo-btn-apply'
el: $markup.findById('#fminfo-btn-apply')
});
this.btnApply.on('click', _.bind(this.applySettings, this));

View file

@ -758,7 +758,7 @@ define([
}).on('keydown:before', keyDownBefore);
this.btnApply = new Common.UI.Button({
el: '#fminfo-btn-apply'
el: $markup.findById('#fminfo-btn-apply')
});
this.btnApply.on('click', _.bind(this.applySettings, this));

View file

@ -1211,7 +1211,7 @@ define([
}).on('keydown:before', keyDownBefore);
this.btnApply = new Common.UI.Button({
el: '#fminfo-btn-apply'
el: $markup.findById('#fminfo-btn-apply')
});
this.btnApply.on('click', _.bind(this.applySettings, this));