2015-01-23 13:09:30 +00:00
|
|
|
|
2022-05-24 21:11:12 +00:00
|
|
|
Hedera.Visits = new Class({
|
2016-09-26 09:28:47 +00:00
|
|
|
Extends: Hedera.Form
|
2015-01-23 13:09:30 +00:00
|
|
|
|
2022-05-24 21:11:12 +00:00
|
|
|
,activate: function() {
|
2022-05-30 01:30:33 +00:00
|
|
|
if (!this.hash.$.to)
|
|
|
|
this.hash.assign({
|
|
|
|
from: new Date(),
|
|
|
|
to: new Date()
|
|
|
|
});
|
2015-01-23 13:09:30 +00:00
|
|
|
}
|
|
|
|
});
|
|
|
|
|