nightTab/js/init.js
2018-12-26 00:45:53 -07:00

11 lines
161 B
JavaScript

// look for and restore data
data.init();
// render theme
theme.init();
// render links
links.init();
// other init
control.init();
search.init();
clock.init();