forked from verdnatura/hedera-web
20 lines
310 B
JavaScript
20 lines
310 B
JavaScript
|
|
Vn.includeCss ('js/hedera/style.css');
|
|
Vn.includeCss ('js/hedera/gui.css');
|
|
Vn.includeCss ('js/hedera/login.css');
|
|
|
|
Vn.loadXml ('js/hedera/login.xml');
|
|
Vn.loadXml ('js/hedera/gui.xml');
|
|
|
|
Vn.includeJs ('js/htk/main.js');
|
|
Vn.includeLib ('hedera',
|
|
[
|
|
'hedera'
|
|
,'login'
|
|
,'gui'
|
|
,'module'
|
|
,'app'
|
|
,'tpv'
|
|
]);
|
|
|