nightTab/js/init.js
2018-12-27 11:41:40 -07:00

12 lines
213 B
JavaScript

console.log("nightTab v", version.get(), "loaded");
// look for and restore data
data.init();
// render theme
theme.init();
// render links
links.init();
// other init
control.init();
search.init();
clock.init();