Fix applying document info
This commit is contained in:
parent
b691842936
commit
8a53ba2f5f
|
@ -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));
|
||||
|
||||
|
|
|
@ -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));
|
||||
|
||||
|
|
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in a new issue