nightTab/js/init.js

11 lines
161 B
JavaScript
Raw Normal View History

2018-12-26 07:45:53 +00:00
// look for and restore data
data.init();
// render theme
theme.init();
// render links
links.init();
// other init
control.init();
search.init();
clock.init();