Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove gitter sidecar scripts from all the pages #75

Merged
merged 1 commit into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,7 @@ <h2>Have a question? </h2>
</a>
</div>
</section>
<script>
((window.gitter = {}).chat = {}).options = {
room: 'cypht-org/community'
};
</script>

<script src="jquery.slim.min.js"></script>
<script src="bootstrap.bundle.min.js"></script>
</body>
Expand Down
5 changes: 0 additions & 5 deletions features.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,6 @@ <h2>List of Features</h2>
</ul>
<hr>
</section>
<script>
((window.gitter = {}).chat = {}).options = {
room: 'cypht-org/community'
};
</script>

<script src="jquery.slim.min.js"></script>
<script src="bootstrap.bundle.min.js"></script>
Expand Down
6 changes: 1 addition & 5 deletions how-to-join.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,7 @@ <h3 class="h3">Community Resources</h3>
</p>
</div>
</section>
<script>
((window.gitter = {}).chat = {}).options = {
room: 'cypht-org/community'
};
</script>

<script src="jquery.slim.min.js"></script>
<script src="bootstrap.bundle.min.js"></script>
</body>
Expand Down
6 changes: 1 addition & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,7 @@ <h3>Or maybe you want to throw huge wads of cash at us? </h3>
</div>
</div>
</section>
<script>
((window.gitter = {}).chat = {}).options = {
room: 'cypht-org/community'
};
</script>

<script src="jquery.slim.min.js"></script>
<script src="bootstrap.bundle.min.js"></script>
</body>
Expand Down
6 changes: 1 addition & 5 deletions license.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,7 @@ <h3>Indirectly Used</h3>
</li>
</ul>
</section>
<script>
((window.gitter = {}).chat = {}).options = {
room: 'cypht-org/community'
};
</script>

<script src="jquery.slim.min.js"></script>
<script src="bootstrap.bundle.min.js"></script>
</body>
Expand Down
6 changes: 1 addition & 5 deletions modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -305,11 +305,7 @@ <h3>Hello World</h3>
<a href="https://github.com/cypht-org/cypht/tree/master/modules/hello_world">https://github.com/cypht-org/cypht/tree/master/modules/hello_world</a>
<br/><br/>
</section>
<script>
((window.gitter = {}).chat = {}).options = {
room: 'cypht-org/community'
};
</script>

<script src="jquery.slim.min.js"></script>
<script src="bootstrap.bundle.min.js"></script>
</body>
Expand Down
6 changes: 1 addition & 5 deletions security.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,7 @@ <h3> During development</h3>
</ul>

</section>
<script>
((window.gitter = {}).chat = {}).options = {
room: 'cypht-org/community'
};
</script>

<script src="jquery.slim.min.js"></script>
<script src="bootstrap.bundle.min.js"></script>
</body>
Expand Down
6 changes: 1 addition & 5 deletions tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,7 @@ <h3>Scrutinizer</h3>
reports,
a new analysis is run every time we push code to Github.</p>
</section>
<script>
((window.gitter = {}).chat = {}).options = {
room: 'cypht-org/community'
};
</script>

<script src="jquery.slim.min.js"></script>
<script src="bootstrap.bundle.min.js"></script>
</body>
Expand Down