Skip to content

Commit

Permalink
Merge pull request #75 from Yannick243/remove-gitter-sidecar
Browse files Browse the repository at this point in the history
Remove gitter sidecar scripts from all the pages
  • Loading branch information
marclaporte authored Aug 20, 2024
2 parents 244cf46 + 1ba8a7d commit b208926
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 40 deletions.
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

0 comments on commit b208926

Please sign in to comment.