summaryrefslogtreecommitdiff
path: root/www/lib/vis/examples/timeline/other/localization.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/vis/examples/timeline/other/localization.html')
-rw-r--r--www/lib/vis/examples/timeline/other/localization.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/lib/vis/examples/timeline/other/localization.html b/www/lib/vis/examples/timeline/other/localization.html
index 39080c89..5b58923b 100644
--- a/www/lib/vis/examples/timeline/other/localization.html
+++ b/www/lib/vis/examples/timeline/other/localization.html
@@ -12,7 +12,7 @@
<script src="http://cdnjs.cloudflare.com/ajax/libs/moment.js/2.8.1/moment-with-locales.min.js"></script>
<script src="../../../dist/vis.js"></script>
- <link href="../../../dist/vis.css" rel="stylesheet" type="text/css" />
+ <link href="../../../dist/vis-timeline-graph2d.min.css" rel="stylesheet" type="text/css" />
<script src="../../googleAnalytics.js"></script>
</head>
<body>
@@ -24,7 +24,9 @@
<label for="locale">Select a locale:</label>
<select id="locale">
<option value="en" selected>en</option>
+ <option value="it">it</option>
<option value="nl">nl</option>
+ <option value="de">de</option>
</select>
</p>
@@ -63,4 +65,4 @@
select.onchange();
</script>
</body>
-</html> \ No newline at end of file
+</html>