Skip to content

Commit 940699b

Browse files
authored
Merge pull request #5 from leftibot/fix/issue-4-website-updates-necessary
Fix #4: website updates necessary
2 parents 30c9ed0 + 829d966 commit 940699b

File tree

3 files changed

+0
-36
lines changed

3 files changed

+0
-36
lines changed

_includes/common.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@
2020
<![endif]-->
2121
<!-- END COPYING HERE -->
2222

23-
<script>
24-
((window.gitter = {}).chat = {}).options = {
25-
room: 'ChaiScript/ChaiScript'
26-
};
27-
</script>
28-
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
29-
3023
<style>
3124
.cs-blue {color:white; background: #31708f}
3225
.body-with-margin {margin-right: 50px; margin-left: 50px;}

_includes/header.html

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,6 @@
66
</div>
77

88

9-
<script>
10-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
11-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
12-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
13-
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
14-
15-
ga('create', 'UA-384017-5', 'chaiscript.com');
16-
ga('send', 'pageview');
17-
18-
</script>
19-
209

2110
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
2211
<div class="container">
@@ -102,19 +91,6 @@
10291
<a href="https://twitter.com/intent/tweet?button_hashtag=ChaiScript&text=Embedded%20scripting%20for%20my%20next%20project%3A%20" class="twitter-hashtag-button" data-related="lefticus" data-url="http://chaiscript.com" data-dnt="true">Tweet #ChaiScript</a>
10392
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
10493
</li>
105-
<li>
106-
<!-- Place this tag where you want the +1 button to render. -->
107-
<div class="g-plusone" data-size="medium" data-annotation="inline" data-width="120" data-href="http://chaiscript.com"></div>
108-
109-
<!-- Place this tag after the last +1 button tag. -->
110-
<script type="text/javascript">
111-
(function() {
112-
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
113-
po.src = 'https://apis.google.com/js/platform.js';
114-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
115-
})();
116-
</script>
117-
</li>
11894
</ul>
11995
</div>
12096
</div>

support.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ <h3>Support tickets are handled with <a href="https://github.com/ChaiScript/Chai
2323
</div>
2424

2525

26-
<div class="alert alert-warning">
27-
<a class="alert-link" href="http://discourse.chaiscript.com">Discourse for general discussions and questions.</a>
28-
</div>
29-
30-
3126

3227
<div class="alert alert-success">
3328
<a class="alert-link" href="https://codedocs.xyz/ChaiScript/ChaiScript/">ChaiScript Generated Documents.</a>

0 commit comments

Comments
 (0)