mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-11-30 20:14:19 +01:00
12 lines
213 B
JavaScript
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();
|