Skip to content

Commit b586ef8

Browse files
committed
Added chat widget
1 parent 174e6ee commit b586ef8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Mvc.JQuery.Datatables.Example/Views/Shared/_Layout.cshtml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,14 @@
1717
}
1818
<script type="text/javascript">
1919
Globalize.culture("@System.Globalization.CultureInfo.CurrentUICulture.Name");
20-
</script>
2120
21+
</script>
22+
<script>
23+
((window.gitter = {}).chat = {}).options = {
24+
room: 'mcintyre321/mvc.jquery.datatables'
25+
};
26+
</script>
27+
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
2228
@if (System.Globalization.CultureInfo.CurrentUICulture.Name != "en-US")
2329
{
2430
<script type="text/javascript">

0 commit comments

Comments
 (0)