[DE] Rename property for xps info
This commit is contained in:
parent
69c95bcb99
commit
012205e9f1
|
@ -1508,7 +1508,7 @@ define([
|
|||
visible = this._ShowHideInfoItem(this.lblPdfSubject, !!value) || visible;
|
||||
$('tr.divider.pdf-title', this.el)[visible?'show':'hide']();
|
||||
|
||||
value = props.Author || props.Creator;
|
||||
value = props.Author;
|
||||
value && this.lblPdfAuthor.text(value);
|
||||
this._ShowHideInfoItem(this.lblPdfAuthor, !!value);
|
||||
|
||||
|
|
Loading…
Reference in a new issue