Skip to content

Commit 7a32cad

Browse files
committed
feat: separated script tags
1 parent f8591a5 commit 7a32cad

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

compose/neurosynth-frontend/public/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,13 @@
3737
</script>
3838

3939
<!-- Appzi: Capture Insightful Feedback -->
40-
<script async src="https://w.appzi.io/w.js?token=jFjBf">
40+
<script>
4141
window.appziSettings = {
42-
render: { type: 'client' }
42+
render: { type: 'client' },
43+
portal: "jFjBf"
4344
}
4445
</script>
46+
<script async src="https://w.appzi.io/w.js"></script>
4547

4648
<!-- End Appzi -->
4749

0 commit comments

Comments
 (0)