8 lines
197 B
JavaScript
8 lines
197 B
JavaScript
|
document.addEventListener("DOMContentLoaded", function(event){
|
||
|
setStartTheme();
|
||
|
enableCopy();
|
||
|
if (document.head.dataset['buildSearchIndex'] == "true") {
|
||
|
initSearch();
|
||
|
}
|
||
|
|
||
|
});
|