Skip to content

Commit 4764e7d

Browse files
committed
Update index.html
1 parent 78e3b7d commit 4764e7d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1585,6 +1585,11 @@ <h1 id=keep-in-touch>
15851585
"query-input": "required name=search_term_string"
15861586
}
15871587
}</script>
1588+
<script>
1589+
if (window.app && typeof window.app.initialize === 'function') {
1590+
window.app.initialize();
1591+
}
1592+
</script>
15881593
</body>
15891594

15901595
</html>

0 commit comments

Comments
 (0)