Skip to content

Commit d04e5ac

Browse files
committed
Add gitter sidecar
1 parent 81c65c8 commit d04e5ac

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

components/landing-page/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "landing-page",
33
"description": "The LandingPage Component for the OpenComponents website",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"oc": {
66
"files": {
77
"data": "server.js",

components/landing-page/template.hbs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,11 @@
141141

142142
<div class="hr footer">
143143
<img src="{{staticPath}}img/cube-small.png" />
144-
</div>
144+
</div>
145+
146+
<script>
147+
((window.gitter = {}).chat = {}).options = {
148+
room: 'opentable/oc'
149+
};
150+
</script>
151+
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>

0 commit comments

Comments
 (0)