We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2821dd7 commit 34c3a0eCopy full SHA for 34c3a0e
_includes/contact.html
@@ -18,3 +18,9 @@ <h2>Contact Us</h2>
18
</div>
19
20
</section>
21
+<script>
22
+ socket('{{ site.socket_key }}', {
23
+ mode: 'enquiry',
24
+ element: '#socket-enquiry'
25
+ });
26
+</script>
_includes/our-tutors.html
@@ -43,11 +43,6 @@ <h3 class="tutor-sign-up">Interested in becoming a tutor?</h3>
43
44
45
<script>
46
- socket('{{ site.socket_key }}', {
47
- mode: 'enquiry',
48
- element: '#socket-enquiry'
49
- });
50
-
51
socket('{{ site.socket_key }}', {
52
router_mode: 'history'
53
});
0 commit comments