refactoring

This commit is contained in:
OVSharova 2022-04-22 02:48:59 +03:00
parent 452b02bef4
commit bf2216ea8f

View file

@ -657,7 +657,7 @@ define([
this.fileExtention = this.documentCaption.substring(idx);
this.isModified && (value += '*');
if ( this.labelDocName ) {
this.labelDocName.val( value );
this.setDocTile( value );
// this.labelDocName.attr('size', value.length);
//this.setCanRename(this.options.canRename);
@ -676,7 +676,7 @@ define([
var _name = this.documentCaption;
changed && (_name += '*');
this.labelDocName.val(_name);
this.setDocTile(_name);
},
setCanBack: function (value, text) {