10 lines
206 B
JavaScript
10 lines
206 B
JavaScript
Tea.context(function () {
|
|
this.clusterId = "";
|
|
this.nodeId = "";
|
|
|
|
this.$delay(function () {
|
|
teaweb.datepicker("day-from-picker");
|
|
teaweb.datepicker("day-to-picker");
|
|
});
|
|
});
|