We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 174e6ee commit b586ef8Copy full SHA for b586ef8
Mvc.JQuery.Datatables.Example/Views/Shared/_Layout.cshtml
@@ -17,8 +17,14 @@
17
}
18
<script type="text/javascript">
19
Globalize.culture("@System.Globalization.CultureInfo.CurrentUICulture.Name");
20
- </script>
21
+ </script>
22
+ <script>
23
+ ((window.gitter = {}).chat = {}).options = {
24
+ room: 'mcintyre321/mvc.jquery.datatables'
25
+ };
26
27
+ <script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
28
@if (System.Globalization.CultureInfo.CurrentUICulture.Name != "en-US")
29
{
30
0 commit comments