nightTab/js/init.js

12 lines
213 B
JavaScript
Raw Normal View History

2018-12-27 19:41:40 +01:00
console.log("nightTab v", version.get(), "loaded");
2018-12-26 08:45:53 +01:00
// look for and restore data
data.init();
// render theme
theme.init();
// render links
links.init();
// other init
control.init();
search.init();
clock.init();