mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-23 23:11:43 +08:00
[DE] For Bug 60945
This commit is contained in:
@ -203,8 +203,6 @@ define([
|
||||
else if (type == 'datetime'){
|
||||
var props = new AscCommon.CContentControlPr(),
|
||||
datePr = new AscCommon.CSdtDatePickerPr();
|
||||
oPr = new AscCommon.CSdtTextFormPr();
|
||||
props.put_TextFormPr(oPr);
|
||||
props.put_FormPr(oFormPr);
|
||||
props.put_DateTimePr(datePr);
|
||||
props.put_PlaceholderText(datePr.get_String());
|
||||
|
||||
Reference in New Issue
Block a user