2015-09-11 09:37:16 +00:00
|
|
|
|
|
|
|
Vn.includeCss ('js/hedera/style.css');
|
2015-09-25 00:53:59 +00:00
|
|
|
Vn.include ('js/htk/main');
|
2015-09-11 09:37:16 +00:00
|
|
|
Vn.includeLib ('hedera',
|
|
|
|
[
|
|
|
|
'hedera'
|
|
|
|
,'login'
|
|
|
|
,'gui'
|
|
|
|
,'module'
|
2015-11-17 10:34:33 +00:00
|
|
|
,'form'
|
2015-09-22 07:20:47 +00:00
|
|
|
,'report'
|
2015-09-11 09:37:16 +00:00
|
|
|
,'app'
|
|
|
|
,'tpv'
|
|
|
|
]);
|
|
|
|
|