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