mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 20:35:54 +08:00
fix bug 69789
This commit is contained in:
@ -1197,7 +1197,7 @@ define([
|
||||
this.fileExtention = idx>0 ? this.documentCaption.substring(idx) : '';
|
||||
this.isModified && (value += '*');
|
||||
this.readOnly && (value += ' (' + this.textReadOnly + ')');
|
||||
if ( $labelDocName ) {
|
||||
if ( $labelDocName && !this.withoutExt ) {
|
||||
this.setDocTitle( value );
|
||||
}
|
||||
return value;
|
||||
|
||||
Reference in New Issue
Block a user