mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-12-24 23:58:57 +01:00
11 lines
161 B
JavaScript
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();
|