2015-01-23 13:09:30 +00:00
|
|
|
|
2016-09-26 09:28:47 +00:00
|
|
|
Hedera.Home = new Class
|
2015-01-23 13:09:30 +00:00
|
|
|
({
|
2016-09-26 09:28:47 +00:00
|
|
|
Extends: Hedera.Form
|
2015-12-10 13:48:43 +00:00
|
|
|
|
|
|
|
,onStartOrderClick: function ()
|
|
|
|
{
|
2017-04-05 14:06:07 +00:00
|
|
|
this.hash.setAll ({'form': 'ecomerce/catalog'});
|
2015-12-10 13:48:43 +00:00
|
|
|
}
|
2015-01-23 13:09:30 +00:00
|
|
|
});
|
|
|
|
|